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 + diff --git a/ghcup-0.0.7.yaml.sig b/ghcup-0.0.7.yaml.sig index 9cbe5c8..3860c12 100644 Binary files a/ghcup-0.0.7.yaml.sig and b/ghcup-0.0.7.yaml.sig differ diff --git a/ghcup-0.0.8.yaml.sig b/ghcup-0.0.8.yaml.sig index 012235d..273a1d8 100644 Binary files a/ghcup-0.0.8.yaml.sig and b/ghcup-0.0.8.yaml.sig differ diff --git a/ghcup-vanilla-0.0.7.yaml.sig b/ghcup-vanilla-0.0.7.yaml.sig index 64fb9de..56f7ef6 100644 Binary files a/ghcup-vanilla-0.0.7.yaml.sig and b/ghcup-vanilla-0.0.7.yaml.sig differ diff --git a/ghcup-vanilla-0.0.8.yaml.sig b/ghcup-vanilla-0.0.8.yaml.sig index 8baf545..6812e0f 100644 Binary files a/ghcup-vanilla-0.0.8.yaml.sig and b/ghcup-vanilla-0.0.8.yaml.sig differ