Skip to content

Commit

Permalink
Fix the file existence check. (sigstore#2552)
Browse files Browse the repository at this point in the history
Signed-off-by: Ville Aikas <[email protected]>

Signed-off-by: Ville Aikas <[email protected]>
  • Loading branch information
vaikas authored Dec 15, 2022
1 parent bc42a08 commit 8f0cf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-with-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
make cosign
./cosign sign-blob --output-certificate certificate.pem --output-signature README.md.sig README.md
if [ -s key.pem ]
if [ -s certificate.pem ]
then
echo "all good for key.pem"
else
Expand Down

0 comments on commit 8f0cf02

Please sign in to comment.