We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44867e8 commit 495c365Copy full SHA for 495c365
.github/workflows/maven-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
run: mvn --batch-mode --update-snapshots verify
17
- name: Publish
18
run: mkdir staging && cp target/*.jar staging
19
- uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v2
20
with:
21
name: Package
22
path: staging
0 commit comments