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 7406a35 commit c0c819cCopy full SHA for c0c819c
.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@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
+ uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2
44
with:
45
repo_token: ${{ secrets.GITHUB_TOKEN }}
46
file: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
0 commit comments