Skip to content

Commit f1f634d

Browse files
committed
Use minisign instead of gpg for signing CI artifacts (attempt 3)
1 parent c63cbc8 commit f1f634d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/release-artifact/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ runs:
2020
if: runner.os == 'Windows'
2121
shell: bash
2222
run: |
23-
choco install minisign
23+
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"
2426
- name: Sign artifacts
2527
shell: bash
2628
run: |

0 commit comments

Comments
 (0)