mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 11:46:32 +00:00
Update android.yml
This commit is contained in:
parent
a7f84465b6
commit
ac1070f121
1 changed files with 10 additions and 0 deletions
10
.github/workflows/android.yml
vendored
10
.github/workflows/android.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue