Fix GH workflow output

This commit is contained in:
FlorianMichael 2025-01-19 18:01:42 +01:00
parent 6c42c664ac
commit 2ccd4e3133
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126

View File

@ -18,7 +18,7 @@ jobs:
distribution: 'temurin'
check-latest: true
- name: Build with Gradle
run: ./gradlew shadowJar
run: ./gradlew build
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with: