Release v0.1.7.4 prepare for release

This commit is contained in:
2025-08-29 12:50:53 +02:00
parent 84c7b9962a
commit 20eb7f82a3
9 changed files with 8 additions and 8 deletions

View File

@ -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