Skip to content

Commit

Permalink
Publish zip and jar components (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
buinauskas committed Aug 23, 2023
1 parent 2213d66 commit b89f5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
uses: scacap/action-surefire-report@v1
- name: Package with maven
run: mvn package
- run: mkdir artifact && cp target/*.jar artifact
- run: mkdir artifact && cp target/components/*.jar artifact && cp target/components/packages/*.zip artifact
- uses: actions/upload-artifact@v2
with:
name: Package
name: Artifacts
path: artifact

0 comments on commit b89f5e0

Please sign in to comment.