Fix actions build
All checks were successful
Build / build (push) Successful in 2m7s

This commit is contained in:
kalle 2025-07-01 19:27:12 +02:00
parent 129d754f67
commit f59f568700
2 changed files with 5 additions and 0 deletions

View file

@ -28,3 +28,8 @@ jobs:
- name: Build with Gradle - name: Build with Gradle
run: ./gradlew build run: ./gradlew build
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
path: build/libs/*.jar

0
gradlew vendored Normal file → Executable file
View file