mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-21 18:55:12 +00:00
update workflow
This commit is contained in:
parent
ce18bb0963
commit
a70d731ec4
1 changed files with 3 additions and 6 deletions
9
.github/workflows/debug.yml
vendored
9
.github/workflows/debug.yml
vendored
|
@ -17,18 +17,15 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: set up JDK 1.8
|
||||
- name: set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
java-version: 11
|
||||
|
||||
- name: Grant rights
|
||||
run: chmod +x ./gradlew
|
||||
|
||||
- name: Build project with Gradle
|
||||
run: ./gradlew build
|
||||
|
||||
- name: Build Debug APK with Gradle
|
||||
- name: Build debug APK with Gradle
|
||||
run: ./gradlew assembleDebug
|
||||
|
||||
- name: Upload Debug
|
||||
|
|
Loading…
Reference in a new issue