Skip to content

Commit

Permalink
Use minisign instead of gpg for signing CI artifacts (attempt 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
avh4 committed Feb 26, 2023
1 parent c63cbc8 commit 6b5dcb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/release-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ runs:
if: runner.os == 'Windows'
shell: bash
run: |
curl -L -o minisign.zip https://github.com/jedisct1/minisign/releases/download/0.11/minisign-0.11-win64.zip
unzip minisign.zip
choco install minisign
echo "$(pwd)/minisign-win64" >> "$GITHUB_PATH"
- name: Sign artifacts
shell: bash
run: |
Expand Down

0 comments on commit 6b5dcb6

Please sign in to comment.