File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -126,13 +126,10 @@ jobs:
126126 security import certificate.p12 -k build.keychain -P "${{ secrets.CERTIFICATE_PASSWORD }}" -T /usr/bin/codesign
127127 security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "${{ secrets.KEYCHAIN_PASSWORD }}" build.keychain
128128
129- - name : codesign and notarize dylib
129+ - name : codesign dylib
130130 if : matrix.os == 'macos-15' && matrix.name != 'apple-xcframework'
131131 run : |
132132 codesign --sign "${{ secrets.APPLE_TEAM_ID }}" --timestamp --options runtime dist/cloudsync.dylib
133- cd dist && ditto -c -k --keepParent cloudsync.dylib cloudsync.zip
134- xcrun notarytool submit cloudsync.zip --apple-id "${{ secrets.APPLE_ID }}" --password "${{ secrets.APPLE_PASSWORD }}" --team-id "${{ secrets.APPLE_TEAM_ID }}" --wait
135- rm cloudsync.zip
136133
137134 - name : codesign and notarize xcframework
138135 if : matrix.name == 'apple-xcframework'
You can’t perform that action at this time.
0 commit comments