Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
fix target path
  • Loading branch information
DarioRomano authored Feb 20, 2024
1 parent 5a6ce24 commit 66ff1bf
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 @@ -38,7 +38,7 @@ jobs:
- name: Assemble artifacts
run: |
mkdir artifacts
cp travart/**/target/*.jar artifacts/ -R
cp /target/*.jar artifacts/ -R
- uses: actions/upload-artifact@v1
with:
name: Jars
Expand Down

0 comments on commit 66ff1bf

Please sign in to comment.