Skip to content

Commit a57a325

Browse files
author
Francisco Solis
committed
Updated maven workflow
1 parent f94e8aa commit a57a325

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ jobs:
5050
run: mvn -B clean package test deploy --file pom.xml
5151
# Now we store the artifact in the action
5252
- name: Create & Copy artifact
53-
- run: mkdir -p ./artifacts && cp target/SuperCoreAPI.jar ./artifacts/
54-
- uses: actions/upload-artifact@v2
53+
run: mkdir -p ./artifacts && cp target/SuperCoreAPI.jar ./artifacts/
54+
- name: Upload the artifact
55+
uses: actions/upload-artifact@v2
5556
with:
5657
name: SuperCoreAPI
5758
path: ./artifacts/SuperCoreAPI.jar

0 commit comments

Comments
 (0)