Skip to content

Commit

Permalink
chore: add --force option
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypa committed Nov 3, 2023
1 parent a759078 commit 278e19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tauri-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
security set-key-partition-list -S apple-tool:,apple: -s -k tmp-password build.keychain
ls src-tauri/src-node/node_modules/fsevents/
pwd
cat src-build/mac/filesToSign | xargs codesign --sign $APPLE_KEY_IDENTITY_NAME --keychain build.keychain --timestamp --options runtime
cat src-build/mac/filesToSign | xargs codesign --force --sign $APPLE_KEY_IDENTITY_NAME --keychain build.keychain --timestamp --options runtime

shell: bash

Expand Down

0 comments on commit 278e19d

Please sign in to comment.