From a58b721574dd403e0bfc2d367eeea8d18dd27170 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Sun, 27 Apr 2025 18:17:35 +0200 Subject: [PATCH] ?? --- .gitea/workflows/workflow_build-app-ios.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/workflow_build-app-ios.yaml b/.gitea/workflows/workflow_build-app-ios.yaml index bc11649..d87cf4a 100644 --- a/.gitea/workflows/workflow_build-app-ios.yaml +++ b/.gitea/workflows/workflow_build-app-ios.yaml @@ -75,7 +75,7 @@ jobs: - name: Replace API Key from secret # on macos the -i (in-place) option requires a backup extension (.bak) here run: | - sed -i .bak -e "s/IOS_GOOGLE_MAPS_API_KEY/${{ secrets.IOS_GOOGLE_MAPS_API_KEY }}/g" Runner/AppDelegate.swift + sed -i '' -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 }}