From 06adece78e389558d96056c3921fa51f0987cb8b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 14 May 2026 13:59:51 +0000 Subject: [PATCH 1/2] Initial plan From ed65d8a3cb093faa9db2d8b39b5d74c930e694b9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 14 May 2026 14:01:18 +0000 Subject: [PATCH 2/2] Fix macOS release: remove invalid stapling of bare CLI binary Agent-Logs-Url: https://github.com/AJenbo/phpantom_lsp/sessions/00ed6ce9-2f5c-4366-868c-82a342836eb7 Co-authored-by: AJenbo <204594+AJenbo@users.noreply.github.com> --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e5070ff..dc5d7454 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,9 +124,6 @@ jobs: rm phpantom_lsp-notarize.zip - # Staple the notarization ticket onto the binary itself - xcrun stapler staple target/${{ matrix.target }}/release/phpantom_lsp - - name: Delete temporary keychain if: matrix.macos_sign && always() run: |