Перенести комментарий о CI-особенности Divine в build.ps1
This commit is contained in:
@@ -113,6 +113,8 @@ if (Test-Path -LiteralPath $tempPackagePath) {
|
||||
Remove-Item -LiteralPath $tempPackagePath -Force
|
||||
}
|
||||
|
||||
# CI quirk: Divine can occasionally emit a broken ~48-byte package for some source roots.
|
||||
# Mitigation: try staged/mods/workspace sources and accept only outputs that look valid by size.
|
||||
$packageAttempts = @(
|
||||
[ordered]@{ Name = "staging-root"; Source = $stagingPath },
|
||||
[ordered]@{ Name = "mods-root"; Source = $modsPath },
|
||||
|
||||
Reference in New Issue
Block a user