We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c05795 commit c909e2cCopy full SHA for c909e2c
1 file changed
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
with:
47
upload_url: ${{ needs.get_draft_release.outputs.release_upload_url }}
48
- asset_path: ./dist.tar.gz
+ asset_path: ./resources/dist.tar.gz
49
asset_name: dist.tar.gz
50
asset_content_type: application/tar+gz
51
0 commit comments