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.
2 parents 608b636 + 298ffd5 commit 2ca2f3cCopy full SHA for 2ca2f3c
.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@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2.11.2
+ uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2.11.3
177
id: attach_to_release
178
with:
179
repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments