修改网络问题

This commit is contained in:
Gitea Actions
2025-10-09 17:24:25 +08:00
parent 8f30ab9790
commit 39ba4f9324

View File

@@ -111,8 +111,12 @@ jobs:
$configContent = Get-Content "config.py" -Raw
if ($configContent -match 'APP_VERSION\s*=\s*"([\d.]+)"') {
$VERSION = $matches[1]
Write-Host "Detected version: $VERSION"
Write-Host "Extracted version from config.py: $VERSION"
} else {
Write-Host "Failed to extract version from config.py"
}
} else {
Write-Host "config.py not found"
}
# Set version for next steps