Skip to content

Commit f7b2156

Browse files
authored
build: fix google-services file path for CI workflow
1 parent b399f5d commit f7b2156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
id: google_services_json_file
3838
with:
3939
fileName: google-services.json
40-
fileDir: ./app/src
41-
encodedString: ${{ secrets.GOOGLE_SERVICES_JSON }}
40+
fileDir: ./apps/flipcash/app/src
41+
encodedString: ${{ secrets.FLIPCASH_GOOGLE_SERVICES_JSON }}
4242

4343
- name: Setup BugSnag API Key
4444
run: echo BUGSNAG_API_KEY=\"${{ secrets.FLIPCASH_BUGSNAG_API_KEY }}\" > ./local.properties

0 commit comments

Comments
 (0)