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 32ffa40 commit 84f8a51Copy full SHA for 84f8a51
.github/workflows/appstore-build-publish.yml
@@ -152,7 +152,7 @@ jobs:
152
tar -zcvf ${{ env.APP_NAME }}.tar.gz ${{ env.APP_NAME }}
153
154
- name: Attach tarball to github release
155
- uses: svenstaro/upload-release-action@5e35e583720436a2cc5f9682b6f55657101c1ea1 # v2
+ uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
156
id: attach_to_release
157
with:
158
repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments