Skip to content

Commit

Permalink
fix issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Nov 1, 2023
1 parent 97a1b68 commit eefaaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
env:
APPLE_API_KEY: ~/.appstoreconnect/private_keys/AuthKey_${{ secrets.api_key_id }}.p8
APPLE_API_KEY_ID: ${{ secrets.api_key_id }}
APPLE_API_KEY_ISSUER: ${{ secrets.api_key_issuer_id }}
APPLE_API_ISSUER: ${{ secrets.api_key_issuer_id }}

- name: Upload to Mac App Store
if: startsWith(matrix.os, 'macos') && env.is_tag == 'true'
Expand Down

0 comments on commit eefaaaa

Please sign in to comment.