Skip to content

Commit

Permalink
Update iOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Jul 7, 2024
1 parent 383ab71 commit d3970e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ios-testflight-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
with:
gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}

- name: Create Dummy Firebase Plist
run: |
cp config/dummy-google-service.plist iosApp/dummy-google-service.plist
mv iosApp/dummy-google-service.plist iosApp/GoogleService-Info-dev.plist
- name: Create Firebase Plist
run: |
echo "$FIREBASE_PLIST" > iosApp/GoogleService-Info.plist.b64
Expand Down

0 comments on commit d3970e7

Please sign in to comment.