Skip to content

Commit

Permalink
Merge pull request #15 from omer358/dev
Browse files Browse the repository at this point in the history
Resolves #13
  • Loading branch information
omer358 authored Jun 23, 2024
2 parents 86f3dcc + 7ed2cb4 commit 958cf07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 958cf07

Please sign in to comment.