Skip to content

Commit 495c365

Browse files
authored
Update maven-publish.yml
1 parent 44867e8 commit 495c365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: mvn --batch-mode --update-snapshots verify
1717
- name: Publish
1818
run: mkdir staging && cp target/*.jar staging
19-
uses: actions/upload-artifact@v2
19+
- uses: actions/upload-artifact@v2
2020
with:
2121
name: Package
2222
path: staging

0 commit comments

Comments
 (0)