diff --git a/.github/workflows/release-apps.yml b/.github/workflows/release-apps.yml index 646834581..0dd0701f2 100644 --- a/.github/workflows/release-apps.yml +++ b/.github/workflows/release-apps.yml @@ -292,7 +292,8 @@ jobs: --options runtime --timestamp \ "$COPILOT_BIN" else - echo "Warning: copilot binary not found at $COPILOT_BIN" + echo "::error::Bundled copilot binary not found at $COPILOT_BIN" + exit 1 fi # Re-sign all dylibs (inside-out)