mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-28 18:56:33 +02:00
workflows: verify wallet-generator sig
This commit is contained in:
parent
54f1ca1d8d
commit
08412c6ef6
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 New Issue
Block a user