修改自动打包配置

This commit is contained in:
lin
2026-01-07 16:55:20 +08:00
parent f487e203c7
commit 298165b424
2 changed files with 6 additions and 4 deletions

View File

@@ -37,10 +37,12 @@ jobs:
with:
node-version: '20.x' # Node.js版本 20系列的最新稳定版
- name: Compile backend
- name: clean maven cache
run: rm -rf ~/.m2/repository/io/github/git-commit-id
- name: Build Backend
run: |
mvn package
mvn package -P war
mvn clean package
- name: Compile frontend
run: |