We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94e8aa commit a57a325Copy full SHA for a57a325
.github/workflows/maven.yml
@@ -50,8 +50,9 @@ jobs:
50
run: mvn -B clean package test deploy --file pom.xml
51
# Now we store the artifact in the action
52
- name: Create & Copy artifact
53
- - run: mkdir -p ./artifacts && cp target/SuperCoreAPI.jar ./artifacts/
54
- - uses: actions/upload-artifact@v2
+ run: mkdir -p ./artifacts && cp target/SuperCoreAPI.jar ./artifacts/
+ - name: Upload the artifact
55
+ uses: actions/upload-artifact@v2
56
with:
57
name: SuperCoreAPI
58
path: ./artifacts/SuperCoreAPI.jar
0 commit comments