Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mw3y authored Jan 10, 2024
1 parent 53160e8 commit 5cc65ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: mvn -B package --file pom.xml

- name: Create staging directory and copy jars
run: mkdir staging && cp target/*jar-with-dependencies.jar staging
run: mkdir staging && cp icmon/target/*jar-with-dependencies.jar staging

- name: Package application
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 5cc65ac

Please # to comment.