This commit is contained in:
parent
129d754f67
commit
9597f89c38
2 changed files with 5 additions and 0 deletions
|
@ -28,3 +28,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: Jars
|
||||||
|
path: build/libs/
|
||||||
|
|
0
gradlew
vendored
Normal file → Executable file
0
gradlew
vendored
Normal file → Executable file
Loading…
Add table
Reference in a new issue