upload pr jar

This commit is contained in:
DeltaNedas
2020-11-19 19:15:23 +00:00
parent 15ef32447c
commit 61582fed3a

View File

@@ -14,6 +14,11 @@ jobs:
java-version: 14
- name: Run unit tests with gradle and Java 14
run: ./gradlew compileJava
- name: Upload desktop jar for testing
uses: actions/upload-artifact@v2
with:
name: Desktop jar (zipped)
path: desktop/build/libs/Mindustry.jar
buildJava15:
runs-on: ubuntu-latest