We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede1142 commit 6dd76b8Copy full SHA for 6dd76b8
.github/workflows/appstore-build-publish.yml
@@ -157,7 +157,7 @@ jobs:
157
tar -zcvf ${{ env.APP_NAME }}.tar.gz ${{ env.APP_NAME }}
158
159
- name: Attach tarball to github release
160
- uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
+ uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
161
id: attach_to_release
162
with:
163
repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments