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 d052b13 commit fd0b148Copy full SHA for fd0b148
.github/workflows/binaries.yml
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Upload binary to release
87
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
88
- uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
+ uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
89
with:
90
repo_token: ${{ secrets.GITHUB_TOKEN }}
91
file: backhand-${{ matrix.job.target }}.tar.gz
0 commit comments