thomas commited on
Commit
3d03188
·
1 Parent(s): dc0a8bf

bugfix: fixed cicd to build its release version in android

Browse files
.github/workflows/android-release.yml CHANGED
@@ -33,12 +33,12 @@ jobs:
33
  cache: gradle
34
 
35
  - name: Create file
36
- run: cat /home/runner/work/RisingPhone/RisingPhone/app/google-services.json | base64
37
 
38
  - name: Putting data
39
  env:
40
  DATA: ${{ secrets.GOOGLE_SERVICES_JSON }}
41
- run: echo $DATA > /home/runner/work/Brain/Brain/app/google-services.json
42
 
43
  - name: Grant execute permission for gradlew
44
  run: chmod +x gradlew
 
33
  cache: gradle
34
 
35
  - name: Create file
36
+ run: cat /home/runner/work/Brain/Brain/Android/app/google-services.json | base64
37
 
38
  - name: Putting data
39
  env:
40
  DATA: ${{ secrets.GOOGLE_SERVICES_JSON }}
41
+ run: echo $DATA > /home/runner/work/Brain/Brain/Android/app/google-services.json
42
 
43
  - name: Grant execute permission for gradlew
44
  run: chmod +x gradlew