Maybe fix scripts

This commit is contained in:
Ashcon Partovi
2024-06-24 10:36:39 -07:00
parent 23de00c9f3
commit 24b81efdfd

View File

@@ -13,9 +13,9 @@ $UseLto = If ($Fast) { "OFF" } Else { "ON" }
.\scripts\env.ps1 $TagSuffix
mkdir -Force build
buildkite-agent artifact download "**" .. --step "${Tag}-build-zig"
buildkite-agent artifact download "**" .. --step "${Tag}-build-cpp"
buildkite-agent artifact download "**" .. --step "${Tag}-build-deps"
buildkite-agent artifact download "**" . --step "${Tag}-build-zig"
buildkite-agent artifact download "**" . --step "${Tag}-build-cpp"
buildkite-agent artifact download "**" . --step "${Tag}-build-deps"
Set-Location build
$CANARY_REVISION = 0