mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-30 14:35:55 +00:00
workflows: verify wallet-generator sig
This commit is contained in:
parent
54f1ca1d8d
commit
08412c6ef6
1 changed files with 6 additions and 0 deletions
6
.github/workflows/hashes.yaml
vendored
6
.github/workflows/hashes.yaml
vendored
|
@ -24,6 +24,12 @@ jobs:
|
|||
curl -sL https://raw.githubusercontent.com/monero-project/monero/master/utils/gpg_keys/binaryfate.asc |
|
||||
gpg --import
|
||||
gpg --verify downloads/hashes.txt
|
||||
- name: Verify monero-wallet-generator.html signature
|
||||
run: |
|
||||
gpg --verify resources/wallet-generator/wallet-generator.html.asc
|
||||
mkdir resources/wallet-generator/validate_sig
|
||||
unzip resources/wallet-generator/wallet-generator.zip -d resources/wallet-generator/validate_sig
|
||||
gpg --verify resources/wallet-generator/validate_sig/wallet-generator.html.asc
|
||||
- name: Verify filenames
|
||||
run: |
|
||||
lines="$(grep -v ^# downloads/hashes.txt)"
|
||||
|
|
Loading…
Reference in a new issue