From a43ed775aba7bb7c91248c630816469e8c0e5804 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Sun, 27 Apr 2025 18:01:49 +0200 Subject: [PATCH] now? --- .gitea/workflows/workflow_build-app-ios.yaml | 3 ++- frontend/android/fastlane/Fastfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/workflow_build-app-ios.yaml b/.gitea/workflows/workflow_build-app-ios.yaml index 6750675..bc11649 100644 --- a/.gitea/workflows/workflow_build-app-ios.yaml +++ b/.gitea/workflows/workflow_build-app-ios.yaml @@ -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 }} diff --git a/frontend/android/fastlane/Fastfile b/frontend/android/fastlane/Fastfile index d61c34c..2fdea1d 100644 --- a/frontend/android/fastlane/Fastfile +++ b/frontend/android/fastlane/Fastfile @@ -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,