Skip to content

Commit

Permalink
Fix macOS signing key reference
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Dec 5, 2023
1 parent 73cf1d1 commit b65cf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
PATH="$PATH:./Conveyor.app/Contents/MacOS"
conveyor \
"-Kapp.signing-key=$SIGNING_KEY" \
"-Kapp.signing-key=${{ secrets.SIGNING_KEY }}" \
"-Kapp.mac.notarization.team-id=${{ secrets.MACOS_TEAM_ID }}" \
"-Kapp.mac.notarization.app-specific-password=${{ secrets.MACOS_APP_PASSWORD }}" \
"-Kapp.mac.notarization.apple-id=${{ secrets.APPLE_ID }}" \
Expand Down

0 comments on commit b65cf4e

Please sign in to comment.