更新 .gitea/workflows/dev.yml
This commit is contained in:
parent
4a2afa22d5
commit
a96dee495d
@ -23,7 +23,7 @@ jobs:
|
||||
ForEach-Object -Process {
|
||||
Write-Host "发现占用端口10001的进程: PID $($_.OwningProcess)"
|
||||
Stop-Process -Id $_.OwningProcess -Force -ErrorAction SilentlyContinue
|
||||
Write-Host "已终止进程 $($_.OwningProcess)"
|
||||
Write-Host "已终止进程 $($_.OwningProcess)"
|
||||
}
|
||||
run: java -jar C:\devtool\server\Property.jar
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user