Skip to content

Commit

Permalink
fix(ci): multiple jars
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrehu committed Oct 16, 2023
1 parent fa7bfc0 commit 0a9b8a8
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 @@ -22,7 +22,7 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package
- run: mkdir staging && cp target/*.jar staging
- run: mkdir staging && cp */target/*.jar staging
- uses: actions/upload-artifact@v3
with:
name: Package
Expand Down

0 comments on commit 0a9b8a8

Please sign in to comment.