File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,7 @@ jobs:
128128
129129 - name : codesign dylib
130130 if : matrix.os == 'macos-15' && matrix.name != 'apple-xcframework'
131- run : |
132- codesign --sign "${{ secrets.APPLE_TEAM_ID }}" --timestamp --options runtime dist/cloudsync.dylib
131+ run : codesign --sign "${{ secrets.APPLE_TEAM_ID }}" --timestamp --options runtime dist/cloudsync.dylib
133132
134133 - name : codesign and notarize xcframework
135134 if : matrix.name == 'apple-xcframework'
Original file line number Diff line number Diff line change 2020extern "C" {
2121#endif
2222
23- #define CLOUDSYNC_VERSION "0.8.26 "
23+ #define CLOUDSYNC_VERSION "0.8.27 "
2424
2525int sqlite3_cloudsync_init (sqlite3 * db , char * * pzErrMsg , const sqlite3_api_routines * pApi );
2626
You can’t perform that action at this time.
0 commit comments