Skip to content

Commit

Permalink
compress
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Aug 15, 2024
1 parent 3d3c49a commit 0dd9a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
run: |
codesign --force --verbose --options runtime --timestamp --sign "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" universal/lib/libbabylon.dylib
- name: Compress Universal dylibs
run: ditto -c -k --sequesterRsrc "universal/lib/libbabylon.dylib" "babylon.zip"
- name: Compress Universal dylib
run: ditto -c -k --sequesterRsrc --keepParent universal/lib/libbabylon.dylib babylon.zip

- name: Submit for Notarization
run: |
Expand Down

0 comments on commit 0dd9a53

Please sign in to comment.