From b68680069031187dc7876a4d423eed709729402e Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 20 Jul 2023 17:36:45 -0400 Subject: [PATCH] GHA: gen html use cp with dryrun flag --- .github/workflows/gen-nighly-downloads.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen-nighly-downloads.yml b/.github/workflows/gen-nighly-downloads.yml index 88d39771f..28cf09e3b 100644 --- a/.github/workflows/gen-nighly-downloads.yml +++ b/.github/workflows/gen-nighly-downloads.yml @@ -16,7 +16,7 @@ jobs: run: | dist_path="snapshot/STS4/nightly/dist/e4.28" downloads_html="sts4-nightly-e4.28.html" - files=`aws s3 ls s3://dist.springsource.com/${dist_path} --recursive --exclude "*" --include "spring-tool-suite-4*.zip" --include "spring-tool-suite-4*.dmg" --include "spring-tool-suite-4*.self-extracting.jar" --include "spring-tool-suite-4*.tar.gz" --exclude "*/*"` + files=`aws s3 cp s3://dist.springsource.com/${dist_path} --recursive --exclude "*" --include "spring-tool-suite-4*.zip" --include "spring-tool-suite-4*.dmg" --include "spring-tool-suite-4*.self-extracting.jar" --include "spring-tool-suite-4*.tar.gz" --exclude "*/*" --dryrun` echo '