更新 .gitea/workflows/dev.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4m55s

This commit is contained in:
bichangxiong 2025-06-24 00:19:23 +08:00
parent 95b3904d3d
commit 2b13739fe4

View File

@ -10,7 +10,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像 uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
- name: Build with Maven - name: Build with Maven
run: mvn -B clean package -DskipTests --file pom.xml run: mvn -B clean package -DskipTests --file ./ruoyi-modules/Property/pom.xml
- name: cp - name: cp
run: copy ./ruoyi-modules/Property/target/Property.jar C:\devtool\server run: copy ./ruoyi-modules/Property/target/Property.jar C:\devtool\server