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 87fb50e commit 827ff79Copy full SHA for 827ff79
.github/workflows/appstore-build-publish.yml
@@ -173,7 +173,7 @@ jobs:
173
tar -zcvf ${{ env.APP_NAME }}.tar.gz ${{ env.APP_NAME }}
174
175
- name: Attach tarball to github release
176
- uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
+ uses: svenstaro/upload-release-action@5e35e583720436a2cc5f9682b6f55657101c1ea1 # v2
177
id: attach_to_release
178
with:
179
repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments