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 0191ab9 commit d493683Copy full SHA for d493683
.github/workflows/release.yml
@@ -59,14 +59,14 @@ jobs:
59
if: ${{ startsWith(matrix.os, 'windows') }}
60
# yamllint enable rule:line-length
61
- name: Upload binaries to release
62
- uses: svenstaro/upload-release-action@v2.7.0
+ uses: svenstaro/upload-release-action@2.7.0
63
with:
64
repo_token: ${{ secrets.GITHUB_TOKEN }}
65
file: cmd/n3dr/${{ env.n3dr-deliverable }}
66
asset_name: ${{ env.n3dr-deliverable }}
67
tag: ${{ github.ref }}
68
- name: Upload checksums
69
70
71
72
file: cmd/n3dr/${{ env.n3dr-deliverable }}.sha512.txt
0 commit comments