Skip to content

Commit

Permalink
fix bash syntax in macos-sign
Browse files Browse the repository at this point in the history
  • Loading branch information
DenKoren committed Oct 18, 2024
1 parent 7e2c817 commit 55ff8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/signing-tools/macos-sign/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
}
trap cleanup EXIT
if [-z "${BINARIES}" ]; then
if [ -z "${BINARIES}" ]; then
ghwa_warning "List of binaries to sign for Mac OS X is empty. Nothing matched the globbing patterns from <binaries> input."
exit 0
fi
Expand Down

0 comments on commit 55ff8d4

Please sign in to comment.