Skip to content

Commit 78b9494

Browse files
authored
Merge pull request monero-project#2139 from plowsof/wallet-gen
workflows: verify wallet-generator sig
2 parents 09c5972 + 2afe752 commit 78b9494

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/hashes.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,16 @@ jobs:
2222
run: |
2323
sudo apt-get install -y --no-install-recommends curl gpg jq python3-pip zbar-tools
2424
sudo pip3 install yq
25-
- name: Verify hashes.txt + contributing.yml signature
25+
- name: Verify hashes.txt + contributing.yml + wallet-generator signature
2626
run: |
2727
curl -sL https://raw.githubusercontent.com/monero-project/monero/master/utils/gpg_keys/binaryfate.asc |
2828
gpg --import
2929
gpg --verify downloads/hashes.txt
3030
gpg --verify _data/contributing.yml.asc
31-
31+
gpg --verify resources/wallet-generator/wallet-generator.html.asc
32+
mkdir resources/wallet-generator/validate_sig
33+
unzip resources/wallet-generator/wallet-generator.zip -d resources/wallet-generator/validate_sig
34+
gpg --verify resources/wallet-generator/validate_sig/wallet-generator.html.asc
3235
- name: Verify General Fund donation QR's
3336
run: |
3437
yaml="_data/contributing.yml"

0 commit comments

Comments
 (0)