Further tries to fix the build on linux

This commit is contained in:
Blue (Lukas Rieger) 2020-01-15 21:09:28 +01:00
parent 113aaab865
commit d68a9f0067
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Test with Gradle
run: ./gradlew test
- name: Build with Gradle
run: ./gradlew shadowJar
run: ./gradlew build
- uses: actions/upload-artifact@v1
with:
name: artifact