Skip to content

Commit 02c3b92

Browse files
committed
Fix build pipeline
1 parent 46a8698 commit 02c3b92

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/android.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
14-
- name: set up JDK
15-
uses: actions/setup-java@v1
16-
with:
17-
java-version: 17
18-
- name: Decode google-services.json
19-
env:
20-
FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}
21-
run: echo $FIREBASE_CONFIG > android/google-services.json
22-
- name: Build with Gradle
23-
run: ./gradlew android:bundleDebug
13+
- uses: actions/checkout@v2
14+
- name: set up JDK
15+
uses: actions/setup-java@v1
16+
with:
17+
java-version: 17
18+
- name: Decode google-services.json
19+
env:
20+
FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}
21+
run: echo $FIREBASE_CONFIG > app/google-services.json
22+
- name: Build with Gradle
23+
run: ./gradlew android:bundleDebug

0 commit comments

Comments
 (0)