We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09f653e + d7503c1 commit 75daa59Copy full SHA for 75daa59
.github/workflows/binaries.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Upload binary to release
42
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
43
- uses: svenstaro/upload-release-action@1beeb572c19a9242f4361f4cee78f8e0d9aec5df # v2
+ uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
44
with:
45
repo_token: ${{ secrets.GITHUB_TOKEN }}
46
file: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
0 commit comments