diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 748e3f1..adb9b9c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -28,16 +28,16 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- - - name: Grant execute permission for gradlew - run: chmod +x gradlew - - name: Build with Gradle - run: ./gradlew build - - name: Load Google Service file env: data: ${{ secrets.GOOGLE_SERVICES_JSON}} run: echo $DATA | base64 -di > app/google-services.json + - name: Grant execute permission for gradlew + run: chmod +x gradlew + - name: Build with Gradle + run: ./gradlew build + - name: Upload build artifacts uses: actions/upload-artifact@v2 with: