Test all sigs, not just the main yaml
This commit is contained in:
parent
772e54b936
commit
f1f8eb8d7c
4
.github/workflows/test-sigs.sh
vendored
4
.github/workflows/test-sigs.sh
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user