ci: pin pdcc client version separately from app version

This commit is contained in:
lincube
2026-04-20 18:16:17 +08:00
parent f487a32149
commit 6d513096d3
2 changed files with 2 additions and 6 deletions

View File

@@ -36,10 +36,6 @@ if ([string]::IsNullOrWhiteSpace($releaseTag)) {
$releaseTag = $env:PDCC_VERSION
}
if ([string]::IsNullOrWhiteSpace($releaseTag)) {
$releaseTag = $env:PDCC_version
}
$tempDir = Join-Path $env:RUNNER_TEMP "pdcc-install"
if (Test-Path -LiteralPath $tempDir) {
Remove-Item -LiteralPath $tempDir -Recurse -Force