Use new gradle workflow
This commit is contained in:
parent
471c8c9909
commit
61b70cdcbb
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build_check.yml
vendored
7
.github/workflows/build_check.yml
vendored
|
|
@ -32,10 +32,11 @@ jobs:
|
|||
java-version: 17
|
||||
distribution: adopt
|
||||
|
||||
- name: Set up gradle
|
||||
uses: gradle/actions/setup-gradle@v3
|
||||
|
||||
- name: Build app
|
||||
uses: gradle/gradle-command-action@v2
|
||||
with:
|
||||
arguments: assembleDevDebug
|
||||
run: ./gradlew assembleDevDebug
|
||||
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue