fix release tarball filename
This commit is contained in:
parent
8a215704b8
commit
b0e0cd73da
2
.github/workflows/build_release.yml
vendored
2
.github/workflows/build_release.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
id: attach_to_release
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ${{ env.APP_NAME }}/build/artifacts/appstore/${{ env.APP_NAME }}.tar.gz
|
||||
file: ${{ env.APP_NAME }}/build/artifacts/${{ env.APP_NAME }}.tar.gz
|
||||
asset_name: ${{ env.APP_NAME }}.tar.gz
|
||||
tag: ${{ github.ref }}
|
||||
overwrite: true
|
||||
|
Loading…
Reference in New Issue
Block a user