Skip to content

Commit

Permalink
Try distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jul 30, 2023
1 parent 048ef6c commit a6a1374
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:

- uses: Apple-Actions/import-codesign-certs@v2
with:
p12-file-base64: ${{ env.CI_USE_IOS_DIST_CERT && secrets.APPLE_CODESIGN_CERT_BASE64_DIST || secrets.APPLE_CODESIGN_CERT_BASE64_DEV }}
p12-password: ${{ env.CI_USE_IOS_DIST_CERT && secrets.APPLE_CODESIGN_CERT_PASS_DIST || secrets.APPLE_CODESIGN_CERT_PASS_DEV }}

p12-file-base64: ${{ secrets.APPLE_CODESIGN_CERT_BASE64_DIST }}
p12-password: ${{ secrets.APPLE_CODESIGN_CERT_PASS_DIST }}

- name: 💐 Install Qt
uses: jurplel/install-qt-action@v3
Expand Down

0 comments on commit a6a1374

Please sign in to comment.