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