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 ca9ce6b commit a19a96bCopy full SHA for a19a96b
.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@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
+ uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2
44
with:
45
repo_token: ${{ secrets.GITHUB_TOKEN }}
46
file: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
0 commit comments