Update android.yml
This commit is contained in:
parent
ebb29980e4
commit
d9cc01e8d4
1 changed files with 7 additions and 0 deletions
7
.github/workflows/android.yml
vendored
7
.github/workflows/android.yml
vendored
|
@ -24,3 +24,10 @@ jobs:
|
|||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
|
||||
|
||||
- name: upload jar
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build_files
|
||||
path: build/libs/*.jar
|
||||
|
|
Loading…
Reference in a new issue