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 c63cbc8 commit f1f634dCopy full SHA for f1f634d
.github/actions/release-artifact/action.yml
@@ -20,7 +20,9 @@ runs:
20
if: runner.os == 'Windows'
21
shell: bash
22
run: |
23
- choco install minisign
+ curl -L -o minisign.zip https://github.com/jedisct1/minisign/releases/download/0.11/minisign-0.11-win64.zip
24
+ unzip minisign.zip
25
+ echo "$(pwd)/minisign-win64" >> "$GITHUB_PATH"
26
- name: Sign artifacts
27
28
0 commit comments