From 41a13c0c90670ab7edbfa90449ab360e6335aab8 Mon Sep 17 00:00:00 2001 From: Luke Ceddia Date: Thu, 23 Dec 2021 23:17:45 +1100 Subject: [PATCH] Grrr, Windows --- .ci/deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/deploy.ps1 b/.ci/deploy.ps1 index 4975c9ad6..b41976af4 100644 --- a/.ci/deploy.ps1 +++ b/.ci/deploy.ps1 @@ -6,7 +6,7 @@ $Filename = "qb64_development_win-${Env:PLATFORM}.7z" # is disabled until someone can work out a better way. # $Dirname = "qb64_${Timestamp}_$($Env:GITHUB_SHA.substring(0,7))_win-${Env:PLATFORM}" # Rename-Item qb64 $Dirname -$Dirname = qb64 +$Dirname = "qb64" Set-Location .. 7z a "-xr@${Dirname}\.ci\common-exclusion.list" "-xr@${Dirname}\.ci\win-exclusion.list" $Filename $Dirname aws --endpoint-url ${S3_ENDPOINT} s3api put-object --bucket ${Bucket} --body $Filename --acl public-read --key development-builds/$Filename