Update android.yml
This commit is contained in:
parent
ad6237d128
commit
eaff59e6fc
1 changed files with 3 additions and 11 deletions
14
.github/workflows/android.yml
vendored
14
.github/workflows/android.yml
vendored
|
|
@ -12,16 +12,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: set up JDK 11
|
|
||||||
uses: actions/setup-java@v3
|
|
||||||
with:
|
|
||||||
java-version: '11'
|
|
||||||
distribution: 'temurin'
|
|
||||||
cache: gradle
|
|
||||||
- name: Create Properties File
|
- name: Create Properties File
|
||||||
run: touch local.properties
|
run: touch local.properties
|
||||||
- name: Grant execute permission for gradlew
|
- name: Build Android App
|
||||||
run: chmod +x gradlew
|
uses: sparkfabrik/android-build-action@v1.3.4
|
||||||
- name: Build with Gradle
|
|
||||||
run: ./gradlew build
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue