File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments