Skip to content

Commit

Permalink
add certificate on flyci
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Mar 16, 2024
1 parent 2f0cd10 commit 20b634b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# The "Developer ID Application" certificate here: https://developer.apple.com/account/resources/certificates/list
# The provision profile and certificate here: https://developer.apple.com/account/resources/profiles/list
- name: Install the Apple certificate and provisioning profile
if: startsWith(matrix.os, 'macos')
if: startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'flyci-macos')
env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.APPLE_BUILD_CERTIFICATE_BASE64 }}
P12_PASSWORD: ${{ secrets.APPLE_P12_PASSWORD }}
Expand Down

0 comments on commit 20b634b

Please sign in to comment.