Skip to content

Commit 41d059f

Browse files
authored
Use v2-preview of upload-action to upload the jars again
1 parent 2f046b6 commit 41d059f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gradle.yml

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

0 commit comments

Comments
 (0)