Remove artifact upload from github workflow

This commit is contained in:
Blue (Lukas Rieger) 2020-03-30 02:54:25 +02:00
parent 9e6dcb7849
commit 85191b9fe6
1 changed files with 0 additions and 4 deletions

View File

@ -15,7 +15,3 @@ jobs:
run: ./gradlew test
- name: Build with Gradle
run: ./gradlew build
- uses: actions/upload-artifact@v1
with:
name: artifact
path: build/libs/BlueMap.jar