Test all sigs, not just the main yaml

This commit is contained in:
Julian Ospald 2023-11-12 15:50:36 +08:00
parent 772e54b936
commit f1f8eb8d7c
No known key found for this signature in database
GPG Key ID: 4275CDA6A29BED43
1 changed files with 4 additions and 0 deletions

View File

@ -21,3 +21,7 @@ done
unset key
gpg --verify "${METADATA_FILE}.sig"
for f in ghcup-*.json ghcup-*.yaml hls-metadata-*.json ; do
gpg --verify "${f}.sig"
done