Skip to content

Commit

Permalink
upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsk4 authored Oct 25, 2022
1 parent 11afdb9 commit a5b71de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:

- name: Build with Maven
run: mvn clean compile assembly:single -Dmaven.skip.test=true

- name: Upload jar
uses: actions/upload-artifact@v3
with:
name: DEjar
path: target/defi-data-engine-0.0.1-jar-with-dependencies.jar

# buildRestAPI:
# runs-on: [ self-hosted ]
Expand Down

0 comments on commit a5b71de

Please sign in to comment.