Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz authored Mar 9, 2024
1 parent c68ddc1 commit 38628b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Create local.properties
run: |
echo "$LOCAL_PROPERTIES_CONTENTS" > local.properties
- name: Create local.properties
run: |
echo "$LOCAL_PROPERTIES_CONTENTS" > local.properties
- name: Create google-services.json
run: echo "$GOOGLE_SERVICES_JSON" > app/google-services.json
run: echo "$GOOGLE_SERVICES_JSON" > app/google-services.json
- name: Build with Gradle
run: ./gradlew build

0 comments on commit 38628b5

Please sign in to comment.