From f1f8eb8d7c1c21dac63f4f3f0af0bb991be819d3 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 12 Nov 2023 15:50:36 +0800 Subject: [PATCH] Test all sigs, not just the main yaml --- .github/workflows/test-sigs.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-sigs.sh b/.github/workflows/test-sigs.sh index 5ad63b0..3636ff5 100755 --- a/.github/workflows/test-sigs.sh +++ b/.github/workflows/test-sigs.sh @@ -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 +