From 01c64a468eaefc6e2152ec8cd7575db27549ae0b Mon Sep 17 00:00:00 2001 From: FirephoenixX02 <81097492+FirephoenixX02@users.noreply.github.com> Date: Tue, 1 Apr 2025 22:07:02 +0200 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1ed0580..90b7ae8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,7 +29,11 @@ jobs: cache: maven - name: Build with Maven run: mvn -B package --file pom.xml - + - run: mkdir staging && cp target/*.jar staging + - uses: actions/upload-artifact@v4 + with: + name: Package + path: staging # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive # - name: Update dependency graph # uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6