Update continuous.yml
This commit is contained in:
parent
fa516c6cc3
commit
7b503c98b4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/continuous.yml
vendored
2
.github/workflows/continuous.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
- name: set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
java-version: '11'
|
||||
- name: Build Debug APK with Gradle
|
||||
run: ./gradlew assembleDebug
|
||||
- name: Upload APK
|
||||
|
|
|
|||
Loading…
Reference in a new issue