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 01c56a4 + 3e81988 commit a8d061aCopy full SHA for a8d061a
.github/workflows/appstore-build-publish.yml
@@ -149,7 +149,7 @@ jobs:
149
tar -zcvf ${{ env.APP_NAME }}.tar.gz ${{ env.APP_NAME }}
150
151
- name: Attach tarball to github release
152
- uses: svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575 # v2
+ uses: svenstaro/upload-release-action@7319e4733ec7a184d739a6f412c40ffc339b69c7 # v2
153
id: attach_to_release
154
with:
155
repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments