Use v2-preview of upload-action to upload the jars again

This commit is contained in:
Lukas Rieger 2020-04-09 19:52:07 +02:00 committed by GitHub
parent 2f046b63d4
commit 41d059f429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -15,3 +15,7 @@ jobs:
run: ./gradlew test
- name: Build with Gradle
run: ./gradlew build
- uses: actions/upload-artifact@v2-preview
with:
name: artifact
path: build/release/*