We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf5d77 commit 1cdeaddCopy full SHA for 1cdeadd
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
if: ${{ matrix.link-self-contained }}
59
60
- name: Build binaries and upload to GitHub release
61
- uses: taiki-e/upload-rust-binary-action@31389c348ad0130069bed8448bf507fe8617f67f # v1.25.0
+ uses: taiki-e/upload-rust-binary-action@db101489b509ad1c7acce163e118eb36a1650f98 # v1.26.0
62
with:
63
bin: YOUR-BINS-HERE # TODO replace this with a comma-separated list of bins to publish
64
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments