Release v0.1.7.4 prepare for release
This commit is contained in:
@ -238,7 +238,7 @@ if ($LASTEXITCODE -ne 0) {
|
||||
# Vor Upload: Artefakte einsammeln (dist)
|
||||
if (Test-Path "scripts\collect_binaries.ps1") {
|
||||
Write-Host "Sammle Build-Artefakte (scripts/collect_binaries.ps1)..." -ForegroundColor Yellow
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File scripts\collect_binaries.ps1
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File scripts\collect_binaries.ps1 -OutDir "dist"
|
||||
}
|
||||
|
||||
# Release erstellen
|
||||
|
||||
Reference in New Issue
Block a user