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

This commit is contained in:
bichangxiong 2025-06-26 13:18:14 +08:00
parent bbb080c7f1
commit 707ec002b2

View File

@ -19,7 +19,7 @@ jobs:
run: copy ./ruoyi-modules/Property/target/Property.jar C:\devtool\server
- name: kill
run: Get-NetTCPConnection -LocalPort 10001 -State Listen -ErrorAction SilentlyContinue | ForEach-Object { Stop-Process -Id $_.OwningProcess -Force -ErrorAction SilentlyContinue }
-name: run
- name: run
run: java -jar C:\devtool\server\Property.jar
# - copy ./ruoyi-modules/Property/target/Property.jar C:\devtool\server