Skip to content

Commit 868680b

Browse files
committed
fix release action actually
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
1 parent ff47028 commit 868680b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/appstore-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
id: attach_to_release
178178
with:
179179
repo_token: ${{ secrets.GITHUB_TOKEN }}
180-
file: ${{ env.APP_NAME }}/build/artifacts/${{ env.APP_NAME }}.tar.gz
180+
file: ${{ env.APP_NAME }}/build/artifacts/appstore/${{ env.APP_NAME }}.tar.gz
181181
asset_name: ${{ env.APP_NAME }}-${{ env.APP_VERSION }}.tar.gz
182182
tag: ${{ github.ref }}
183183
overwrite: true

0 commit comments

Comments
 (0)