Update gradle.yml

This commit is contained in:
creeper123123321 2020-10-31 07:35:45 -03:00 committed by GitHub
parent 33fe7f7028
commit 64b8c6a6cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,3 +22,7 @@ jobs:
java-version: 11
- name: Build with Gradle
run: ./gradlew build
- uses: actions/upload-artifact@v2
with:
name: artifact
path: build/libs