or like this?
This commit is contained in:
parent
a58b721574
commit
c4512f5d21
@ -75,7 +75,8 @@ jobs:
|
||||
- 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
|
||||
echo $OSTYPE
|
||||
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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user