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 3ce16a3 + ab8fa74 commit 08b7b36Copy full SHA for 08b7b36
.github/workflows/appstore-build-publish.yml
@@ -168,7 +168,7 @@ jobs:
168
tar -zcvf ${{ env.APP_NAME }}.tar.gz ${{ env.APP_NAME }}
169
170
- name: Attach tarball to github release
171
- uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
+ uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2
172
id: attach_to_release
173
with:
174
repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments