Skip to content

Commit

Permalink
Publish artifacts with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
espidev authored Nov 13, 2023
1 parent 62c55c7 commit 66b6b3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- uses: actions/upload-artifact@v3
with:
name: Artifacts
path: target

0 comments on commit 66b6b3e

Please sign in to comment.