mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 05:36:44 +00:00
ci/cd: build linux-musl artifacts, fix publishing (#13438)
This commit is contained in:
parent
0def2f0bf3
commit
192594e853
1 changed files with 1 additions and 1 deletions
|
@ -629,6 +629,6 @@ stages:
|
||||||
$successCount = (Select-String "Uploaded file successfully:" -InputObject $logInspect -AllMatches).Matches.Count
|
$successCount = (Select-String "Uploaded file successfully:" -InputObject $logInspect -AllMatches).Matches.Count
|
||||||
$failureCount = (Select-String "Duplicate asset found:" -InputObject $logInspect -AllMatches).Matches.Count
|
$failureCount = (Select-String "Duplicate asset found:" -InputObject $logInspect -AllMatches).Matches.Count
|
||||||
Write-Output "Success count is: $successCount and failure count is: $failureCount"
|
Write-Output "Success count is: $successCount and failure count is: $failureCount"
|
||||||
if (($successCount -ne 8) -or ($failureCount -ne 0)) { Write-Host "##vso[task.complete result=Failed;]DONE" }
|
if (($successCount -ne 11) -or ($failureCount -ne 0)) { Write-Host "##vso[task.complete result=Failed;]DONE" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue