From 75678680991f7c9c4324bd2dd1e00da092bfeef4 Mon Sep 17 00:00:00 2001 From: zig-for Date: Tue, 7 Jul 2026 22:02:40 -0700 Subject: [PATCH] Revert "Staple macos release (#20)" This reverts commit ab918fbfad086115b7602ba905d796d7ad26e0d5. --- .github/workflows/cmake.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6b73c06..73dfb37 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -148,21 +148,17 @@ jobs: run: | cp macos-arm64/snfm_user_manual.md out cp macos-arm64/snfm_config_example.yaml out + - name: Archive build + uses: actions/upload-artifact@v5 + with: + name: snfm-macos-universal-release + path: out/ - name: notarize macOS build run: xcrun notarytool submit --wait --apple-id ${{ secrets.APPLE_ID }} --team-id ${{ secrets.APPLE_DEVELOPER_TEAM_ID }} --password ${{ secrets.APP_SPECIFIC_PASS }} snfm-apple.zip - - name: staple binaries - run: | - xcrun stapler staple out/manage_files - xcrun stapler staple out/send_file - - name: Archive build - uses: actions/upload-artifact@v5 - with: - name: snfm-macos-universal-release - path: out/ release: if: github.event_name == 'release'