We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 715d4cb + d22485b commit 2e0904bCopy full SHA for 2e0904b
.github/workflows/appstore-build-publish.yml
@@ -134,7 +134,7 @@ jobs:
134
tar -C "${{ env.APP_NAME }}/build/artifacts" -zcf "${{ env.APP_NAME }}/build/artifacts/${{ env.APP_NAME }}.tar.gz" "${{ env.APP_NAME }}"
135
136
- name: Attach tarball to GitHub release
137
- uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2.11.4
+ uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # v2.11.5
138
id: attach_to_release
139
with:
140
repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments