From ac1070f1217a413f88ed3224990149b50bb4dcd7 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Tue, 14 Sep 2021 13:19:50 +0200 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 75864c179..71062787d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -31,6 +31,11 @@ jobs: with: source: "habitica.resources.example" target: "habitica.resources" + - name: copy google services file + uses: canastro/copy-file-action@master + with: + source: "Habitica/google-services.json.example" + target: "Habitica/google-services.json" - name: Build with Gradle run: ./gradlew build lint: @@ -54,6 +59,11 @@ jobs: with: source: "habitica.resources.example" target: "habitica.resources" + - name: copy google services file + uses: canastro/copy-file-action@master + with: + source: "Habitica/google-services.json.example" + target: "Habitica/google-services.json" - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle