From f57770f9aff8871386dd05400180bfb398901d04 Mon Sep 17 00:00:00 2001 From: Christopher Sasarak Date: Sun, 12 May 2024 22:45:58 -0500 Subject: [PATCH] Use correct equality. --- .github/workflows/build-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 1d5756045c..693bd8b41a 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -255,7 +255,7 @@ jobs: # On Apple Silicon there doesn't seem to be a default liblzma, and the one installed via homebrew is rejected. # The entitlement line will relax that check. # The hardened runtime is required for notarization. - if [ "$OS_NAME" -eq "macOS-arm64" ] ; then + if [ "$OS_NAME" = "macOS-arm64" ] ; then codesign --entitlements .github/entitlements.plist --options runtime -s 'FOSSA, Inc.' release/fossa else # Intel does not need the entitlement to run liblzma, which is included in the base system.