From bc11a12b6f2bcc37a133810205289c6ad7b81eec Mon Sep 17 00:00:00 2001 From: aboyko Date: Fri, 2 Aug 2024 09:58:14 -0400 Subject: [PATCH] Fix the win distro build --- .github/workflows/gh-hosted-eclipse-distro-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index 1dfc09b21..becedd5e4 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -172,8 +172,7 @@ jobs: run: | dist_path=${{ needs.eclipse-distro-build.outputs.dist_path }} echo "Processing S3 update..." - ls spring-tool-suite-4*win*.zip* - ls spring-tool-suite-4*win*.self-extracting.jar* + ls spring-tool-suite-4*win* echo "Removing old win zip and self extracting jar files from S3..." aws s3 rm s3://$AWS_S3_BUCKET/${dist_path} --recursive --exclude "*" --include "spring-tool-suite-4*win*.zip*" --include "spring-tool-suite-4*win*.self-extracting.jar*" --exclude "*/*" echo "Uploading new win zip and self extracting jar files to S3..."