Skip to content

Commit

Permalink
fix key path
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Aug 15, 2024
1 parent eff3f62 commit 1773ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
rustup target add x86_64-apple-darwin
# setup API key for notarization
echo "${{ secrets.APPLE_API_KEY }}" > $RUNNER_TEMP/AuthKey.p8
export APPLE_API_KEY_PATH="$RUNNER_TEMP/AuthKey.p8"
# build separate apps for Intel and Apple Silicon
cargo install --git https://github.com/tauri-apps/tauri --branch fix/notarize-error tauri-cli
cargo tauri build --target x86_64-apple-darwin -vv
Expand All @@ -89,7 +90,6 @@ jobs:
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}
APPLE_API_KEY: ${{ secrets.APPLE_API_KEY_ID }}
APPLE_API_KEY_PATH: "$RUNNER_TEMP/AuthKey.p8"

- name: build Tauri app (Windows or Linux)
if: matrix.os != 'macos-latest'
Expand Down

0 comments on commit 1773ddf

Please sign in to comment.