Skip to content

Commit

Permalink
ci: artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sowelipililimute committed Aug 9, 2022
1 parent 09783f8 commit d008bcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: jar
path: target/BreweryNG-*.jar

0 comments on commit d008bcf

Please sign in to comment.