Skip to content

Commit

Permalink
Added build step to publish artifact (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 authored Mar 4, 2022
1 parent 2b3974d commit 7314793
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 verify --file pom.xml
- name: Publish artifacts
uses: actions/upload-artifact@v3
with:
name: sep3-parser
path: target/sep3-parser-*-jar-with-dependencies.jar

0 comments on commit 7314793

Please sign in to comment.