We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c674402 commit 62f3a66Copy full SHA for 62f3a66
.github/workflows/release.yml
@@ -60,14 +60,14 @@ jobs:
60
if: ${{ startsWith(matrix.os, 'windows') }}
61
# yamllint enable rule:line-length
62
- name: Upload binaries to release
63
- uses: svenstaro/upload-release-action@2.9.0
+ uses: svenstaro/upload-release-action@2.7.0
64
with:
65
repo_token: ${{ secrets.GITHUB_TOKEN }}
66
file: cmd/n3dr/${{ env.n3dr-deliverable }}
67
asset_name: ${{ env.n3dr-deliverable }}
68
tag: ${{ github.ref }}
69
- name: Upload checksums
70
71
72
73
file: cmd/n3dr/${{ env.n3dr-deliverable }}.sha512.txt
0 commit comments