From 95b81b0300e41ffdf0abbb5a5e393af0da0f83f3 Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Thu, 21 Nov 2024 09:22:52 -0400 Subject: [PATCH] fix: ios ci --- .github/actions/fuse-ios-setup/action.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/actions/fuse-ios-setup/action.yml b/.github/actions/fuse-ios-setup/action.yml index 4e2c573..406e79e 100644 --- a/.github/actions/fuse-ios-setup/action.yml +++ b/.github/actions/fuse-ios-setup/action.yml @@ -19,14 +19,14 @@ runs: shell: bash - name: Create Google API key run: | - echo '' > "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist" - echo '' >> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist" - echo '' >> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist" - echo '' >> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist" - echo ' GOOGLE_MAP_API_KEY' >> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist" - echo ' ${{ inputs.google_maps_api_key }}' >> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist" - echo '' >> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist" - echo '> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist" + echo '' > "plugins/google-maps/ios/GoogleMap Test App/GoogleMap Test App/secrets.plist" + echo '' >> "plugins/google-maps/ios/GoogleMap Test App/GoogleMap Test App/secrets.plist" + echo '' >> "plugins/google-maps/ios/GoogleMap Test App/GoogleMap Test App/secrets.plist" + echo '' >> "plugins/google-maps/ios/GoogleMap Test App/GoogleMap Test App/secrets.plist" + echo ' GOOGLE_MAP_API_KEY' >> "plugins/google-maps/ios/GoogleMap Test App/GoogleMap Test App/secrets.plist" + echo ' ${{ inputs.google_maps_api_key }}' >> "plugins/google-maps/ios/GoogleMap Test App/GoogleMap Test App/secrets.plist" + echo '' >> "plugins/google-maps/ios/GoogleMap Test App/GoogleMap Test App/secrets.plist" + echo '> "plugins/google-maps/ios/GoogleMap Test App/GoogleMap Test App/secrets.plist" shell: bash - name: Build run: ./build.sh