GHA: Agg Update Site work

This commit is contained in:
aboyko
2023-08-02 09:59:11 -04:00
parent f56edfbe44
commit 27ebc70f39

View File

@@ -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