Update github upload-artifact action

This commit is contained in:
Blue (Lukas Rieger) 2020-08-03 16:43:35 +02:00
parent fb5d2bbb2c
commit 60a7491e9f
1 changed files with 1 additions and 1 deletions

View File

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