From 27ebc70f3991379450cde343292263f0fa30d6ea Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 2 Aug 2023 09:59:11 -0400 Subject: [PATCH] GHA: Agg Update Site work --- .github/workflows/update-aggregate-update-sites.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-aggregate-update-sites.yml b/.github/workflows/update-aggregate-update-sites.yml index fd6f2526d..4a7f04ab5 100644 --- a/.github/workflows/update-aggregate-update-sites.yml +++ b/.github/workflows/update-aggregate-update-sites.yml @@ -25,7 +25,7 @@ jobs: CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }} CLOUDFLARE_CACHE_TOKEN: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }} run: | - dirs=`aws s3 cp s3://dist.springsource.com/release/TOOLS/sts4/update/$version . --recursive --include "*" --exclude "*/*" --dryrun` + dirs=`aws s3 cp s3://dist.springsource.com/release/TOOLS/sts4/update/${{ version }} . --recursive --include "*" --exclude "*/*" --dryrun` for dir in $dirs do echo $dir