Skip to content

Commit

Permalink
chore: code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
test authored and test committed Nov 3, 2023
1 parent 2ee6faa commit 17518a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tauri-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Sign embedded executables for Mac
if: matrix.platform == 'macos-latest'
env :
MAC_IDENTITY: ${{ secrets.APPLE_EXTERNAL_BINARY_SIGN_CERTIFICATE }}
APPLE_KEY_IDENTITY_NAME: ${{ secrets.APPLE_KEY_IDENTITY_NAME }}
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
run: |
Expand All @@ -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
codesign --sign $MAC_IDENTITY --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
rm $cert_path
shell: bash

Expand Down

0 comments on commit 17518a6

Please sign in to comment.