Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 16, 2023
1 parent 0726a48 commit 27bef19
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_KEY_DEPLOYMENT_CERTIFICATES }}

- name: 🔏 Setup code signing
env:
bundle_id: ch.opengis.qfield
issuer_id: ${{ secrets.IOS_APPSTORE_ISSUER_ID }}
api_key_id: ${{ secrets.IOS_APPSTORE_KEY_ID }}
api_private_key: ${{ secrets.IOS_APPSTORE_PRIVATE_KEY }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
run: |
bundle install
bundle exec fastlane ios setup_beta_signing
# - name: 🔏 Setup code signing
# env:
# bundle_id: ch.opengis.qfield
# issuer_id: ${{ secrets.IOS_APPSTORE_ISSUER_ID }}
# api_key_id: ${{ secrets.IOS_APPSTORE_KEY_ID }}
# api_private_key: ${{ secrets.IOS_APPSTORE_PRIVATE_KEY }}
# MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
# run: |
# bundle install
# bundle exec fastlane ios setup_beta_signing

- name: 💐 Install Qt
uses: jurplel/install-qt-action@v3
Expand Down Expand Up @@ -135,6 +135,12 @@ jobs:
# cmake --build /Users/runner/builddir --config ${{ env.BUILD_TYPE }} # --target qfield

- uses: m-kuhn/action-tmate@patch-1
env:
bundle_id: ch.opengis.qfield
issuer_id: ${{ secrets.IOS_APPSTORE_ISSUER_ID }}
api_key_id: ${{ secrets.IOS_APPSTORE_KEY_ID }}
api_private_key: ${{ secrets.IOS_APPSTORE_PRIVATE_KEY }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
- name: Package
run: |
cmake --build /Users/runner/builddir --target bundle --config Release
Expand Down

0 comments on commit 27bef19

Please sign in to comment.