Skip to content

Commit

Permalink
chore:add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypa committed Nov 3, 2023
1 parent d8676e3 commit a3d178f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tauri-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
rm $CERT_FILE
security set-keychain-settings -t 3600 -u "$KEYCHAIN_ID"
security set-key-partition-list -S "apple-tool:,apple:,codesign:" -s -k "$KEYCHAIN_PWD" "$KEYCHAIN_ID"
security find-identity -vp codesigning "$KEYCHAIN_ID"
cat ./src-build/mac/filesToSign | xargs codesign --force -s "$CERTIFICATE_NAME" --keychain "$KEYCHAIN_ID" --timestamp --options runtime
shell: bash

Expand Down

0 comments on commit a3d178f

Please sign in to comment.