Fix to fix: Download flag works
All checks were successful
release / build-base (push) Successful in 19m19s
release / build-analog-xk (push) Successful in 24m45s
release / build-digital-ator (push) Successful in 15m16s
release / build-digital-icarus (push) Successful in 15m22s
release / build-digital-heavy (push) Successful in 15m15s
release / build-analog-xm (push) Successful in 20m14s
release / build-analog-heavy (push) Successful in 23m5s
release / build-heavy (push) Successful in 21m42s
release / build-chipathon-tools (push) Successful in 20m38s

This commit is contained in:
Aquiles Viza 2023-11-14 16:35:53 -03:00
parent 1e5601bb33
commit 3d589f60d2

View File

@ -193,7 +193,7 @@ function download-run-bat () {
if (!$download) { return }
try {
$response = Call "Invoke-WebRequest -URI https://git.1159.cl/Mario1159/osic-stacks/raw/branch/main/run.ps1"
$response = Call "Invoke-WebRequest -URI https://git.1159.cl/Mario1159/osic-stacks/raw/branch/main/run.ps1 -OutFile run.ps1"
} catch {
$StatusCode = $_.Exception.Response.StatusCode.value__
Write-Host "Error downloading file :( ($($StatusCode))" -ForegroundColor Red