Skip to content

Commit 85191b9

Browse files
committed
Remove artifact upload from github workflow
1 parent 9e6dcb7 commit 85191b9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,3 @@ jobs:
1515
run: ./gradlew test
1616
- name: Build with Gradle
1717
run: ./gradlew build
18-
- uses: actions/upload-artifact@v1
19-
with:
20-
name: artifact
21-
path: build/libs/BlueMap.jar

0 commit comments

Comments
 (0)