Update maven.yml

This commit is contained in:
lilingfengdev 2024-01-31 07:46:26 +08:00 committed by GitHub
parent d382603008
commit 8c2a1c5469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -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: