Update android.yml
This commit is contained in:
parent
99eb2fafa0
commit
5c3e05bc18
1 changed files with 2 additions and 0 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
|
@ -14,5 +14,7 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v3
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build the app
|
||||
run: ./gradlew build
|
||||
|
|
|
|||
Loading…
Reference in a new issue