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