Skip to content

Commit

Permalink
build(cd.sh): fix file extension in release script (#172)
Browse files Browse the repository at this point in the history
error introduced in #115
  • Loading branch information
andros21 authored Jan 16, 2023
1 parent 27f8fc1 commit 8f1f38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _assemble() {
_cosign() {
for PLATFORM in "${PLATFORMS[@]}"
do
cosign sign-blob "${BASENAME}-${PLATFORM}.targ.gz" \
cosign sign-blob "${BASENAME}-${PLATFORM}.tar.gz" \
--output-signature "${BASENAME}-${PLATFORM}-keyless.sig" \
--output-certificate "${BASENAME}-${PLATFORM}-keyless.pem"
done
Expand Down

0 comments on commit 8f1f38c

Please sign in to comment.