now?
Some checks failed
Build and release release apps to production track / Get version (pull_request) Successful in 33s
Build and release release apps to production track / Build and upload ios app (pull_request) Failing after 2m8s

This commit is contained in:
Remy Moll 2025-04-27 18:01:49 +02:00
parent 426c9d4551
commit a43ed775ab
2 changed files with 3 additions and 2 deletions

View File

@ -73,8 +73,9 @@ jobs:
MATCH_REPO_SSH_KEY: ${{ secrets.IOS_MATCH_REPO_SSH_KEY_BASE64 }}
- name: Replace API Key from secret
# on macos the -i (in-place) option requires a backup extension (.bak) here
run: |
sed -i "" -e "s/IOS_GOOGLE_MAPS_API_KEY/${{ secrets.IOS_GOOGLE_MAPS_API_KEY }}/g" Runner/AppDelegate.swift
sed -i .bak -e "s/IOS_GOOGLE_MAPS_API_KEY/${{ secrets.IOS_GOOGLE_MAPS_API_KEY }}/g" Runner/AppDelegate.swift
- name: Run fastlane lane
run: bundle exec fastlane deploy_${{ inputs.build_type }}

View File

@ -17,7 +17,7 @@ platform :android do
)
upload_to_play_store(
track: 'alpha',
track: 'beta',
# upload aab files intstead
skip_upload_apk: true,
skip_upload_changelogs: true,