Skip to content

Commit

Permalink
WIP: This looks promising...
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Jul 3, 2024
1 parent c38b794 commit b721d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# The API key in APPLE_API_KEY is a PEM cert that must be read from disk:
- run: echo "$APPLE_API_KEY" > ./apple-api-key.p8
if: matrix.os == 'macos-11'
if: startsWith(matrix.os, 'macos-')
env:
APPLE_API_KEY: ${{ secrets.APPLE_API_KEY }}

Expand Down

0 comments on commit b721d82

Please sign in to comment.