mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-25 04:35: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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: set up JDK 1.8
|
- name: set up JDK 11
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 11
|
||||||
|
|
||||||
- name: Grant rights
|
- name: Grant rights
|
||||||
run: chmod +x ./gradlew
|
run: chmod +x ./gradlew
|
||||||
|
|
||||||
- name: Build project with Gradle
|
- name: Build debug APK with Gradle
|
||||||
run: ./gradlew build
|
|
||||||
|
|
||||||
- name: Build Debug APK with Gradle
|
|
||||||
run: ./gradlew assembleDebug
|
run: ./gradlew assembleDebug
|
||||||
|
|
||||||
- name: Upload Debug
|
- name: Upload Debug
|
||||||
|
|
Loading…
Reference in a new issue