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 ]