From 1d57fa22c93b04a7cdeccad8cfa2b00670d33bee Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 20 Jul 2023 17:37:54 -0400 Subject: [PATCH] GHA: correction to 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 28cf09e3b..d7e32faff 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 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` + 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 '