Skip to content

Commit

Permalink
fix: env path
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-matto committed Jul 26, 2024
1 parent d1258c8 commit e7d4e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

env:
# macOS notarization API key
APPLE_API_KEY: ${{ secrets.mac_api_key_2024 }}
APPLE_API_KEY: ~/private_keys/AuthKey_${{ secrets.mac_api_key_id_2024 }}.p8
APPLE_API_KEY_ID: ${{ secrets.mac_api_key_id_2024 }}
APPLE_API_ISSUER: ${{ secrets.mac_api_key_issuer_id_2024 }}
# Login to Snap Store
Expand Down

0 comments on commit e7d4e6d

Please sign in to comment.