diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 74bae33..33fe4dc 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -88,7 +88,7 @@ jobs: - name: Code Sign Universal Libraries run: | - codesign --deep --force --verbose --options runtime --timestamp --sign "${{ secrets.APPLE_DEVELOPER_ID_APPLICATION }}" universal/lib/libbabylon.dylib + 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"