Skip to content

Commit

Permalink
update real path
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Aug 8, 2023
1 parent d6cb082 commit c5187a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/electron-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ jobs:
- name: Build App Package
run: |
echo "APPLE_API_KEY === $APPLE_API_KEY"
TAMAGUI_TARGET=web yarn build
TAMAGUI_TARGET=web yarn electron:publish
env:
Expand All @@ -181,7 +180,7 @@ jobs:
APPLE_ID_PASSWORD: '${{ secrets.APPLE_ID_PASSWORD }}'
APPLE_TEAM_ID: '${{ secrets.APPLE_TEAM_ID }}'
APPLE_API_ISSUER: '${{ secrets.APPLE_API_ISSUER }}'
APPLE_API_KEY: "$RUNNER_TEMP/build_certificate.p12"
APPLE_API_KEY: '${{ runner.temp }}/build_certificate.p12'
APPLE_API_KEY_ID: '${{ secrets.APPLE_API_KEY_ID }}'
# APPLE_API_KEY: '${{ secrets.APPLE_API_KEY }}'
# APPLE_API_PRIVKEY: '${{ secrets.APPLE_API_PRIVKEY }}'
Expand Down

0 comments on commit c5187a9

Please sign in to comment.