Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4dowByte committed Dec 2, 2024
1 parent e80fb55 commit d1ba5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Inject API Key into AndroidManifest.xml
run: |
sed -i 's/YOUR_MAPS_API_KEY/${{ secrets.MAPS_API_KEY }}/' android/app/src/main/AndroidManifest.xml
sed -i '' 's/YOUR_MAPS_API_KEY/${{ secrets.MAPS_API_KEY }}/' android/app/src/main/AndroidManifest.xml
#4 Install Dependencies
- name: Install Dependencies
Expand Down

0 comments on commit d1ba5d8

Please sign in to comment.