From a5b71de0e4ce30310090c6d6f187434fdca25ff9 Mon Sep 17 00:00:00 2001 From: "Adams, Kacy" Date: Tue, 25 Oct 2022 19:42:31 -0400 Subject: [PATCH] upload artifacts --- .github/workflows/maven.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 28339bc7..58300c15 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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 ]