From 8c2a1c5469de8ca0bab3851fcf27b38a52bf956f Mon Sep 17 00:00:00 2001 From: lilingfengdev <145678359+lilingfengdev@users.noreply.github.com> Date: Wed, 31 Jan 2024 07:46:26 +0800 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1ba22bb14..4cc4b9300 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,9 +29,6 @@ jobs: cache: maven - name: Build with Maven run: mvn clean package -Pfull - - # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - - run: mkdir staging && cp target/*.jar staging - name: Upload Citizens2-CN uses: actions/upload-artifact@main with: