Skip to content

Commit

Permalink
Test all sigs, not just the main yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Nov 12, 2023
1 parent 772e54b commit 9c6c92d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-sigs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ done
unset key
gpg --verify "${METADATA_FILE}.sig"

for f in ghcup-*.json ghcup-*.yaml hls-metadata-*.yaml ; do
gpg --verify "${f}.sig"
done

0 comments on commit 9c6c92d

Please sign in to comment.