From 36a0a28e5926b64b78b3a1e61159ab2bbf49737e Mon Sep 17 00:00:00 2001 From: Luke Ceddia Date: Tue, 2 Feb 2021 21:36:46 +1100 Subject: [PATCH] Remove quotes? --- .ci/deploy.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/deploy.bat b/.ci/deploy.bat index 1e4b05d77..4d3b2559c 100644 --- a/.ci/deploy.bat +++ b/.ci/deploy.bat @@ -6,7 +6,7 @@ set TIMEX=%TIME: =0% set archive=qb64_%DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2%-%TIMEX:~0,2%-%TIMEX:~3,2%-%TIMEX:~6,2%_%GITHUB_SHA:~0,7%_win-%PLATFORM%.7z 7z a -xr@qb64\.ci\common-exclusion.list -xr@qb64\.ci\win-exclusion.list %archive% qb64 -aws --output text --query 'Contents[].Key' s3api list-objects --bucket %BUCKET% --prefix win-%PLATFORM% > olddevbuilds.txt +aws --output text --query Contents[].Key s3api list-objects --bucket %BUCKET% --prefix win-%PLATFORM% > olddevbuilds.txt aws s3 cp %archive% s3://%BUCKET%/win-%PLATFORM%/