Skip to content

Commit

Permalink
fix: sign script
Browse files Browse the repository at this point in the history
  • Loading branch information
test authored and test committed Nov 3, 2023
1 parent 7b9c6cc commit 1288df3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tauri-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,9 @@ jobs:
security create-keychain -p tmp-password build.keychain
security default-keychain -s build.keychain
security unlock-keychain -p tmp-password build.keychain
security import $cert_path -k build.keychain -P $certificate_password -T /usr/bin/codesign
security import "$cert_path" -k build.keychain -P "$certificate_password" -T /usr/bin/codesign
security set-key-partition-list -S apple-tool:,apple: -s -k tmp-password build.keychain
set -x
ls src-tauri/src-node/node_modules/fsevents/
pwd
codesign --force --verbose --sign "$APPLE_KEY_IDENTITY_NAME" --keychain build.keychain --timestamp --options runtime "src-tauri/src-node/node_modules/fsevents/fsevents.node"
cat src-build/mac/filesToSign | xargs codesign --sign "$APPLE_KEY_IDENTITY_NAME" --keychain build.keychain --timestamp --options runtime

shell: bash

Expand Down

0 comments on commit 1288df3

Please sign in to comment.