Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading