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
|
||||
|
||||
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
|
||||
run: touch local.properties
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
- name: Build Android App
|
||||
uses: sparkfabrik/android-build-action@v1.3.4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue