Skip to content

Commit bc11a12

Browse files
committed
Fix the win distro build
1 parent 2781189 commit bc11a12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/gh-hosted-eclipse-distro-build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ jobs:
172172
run: |
173173
dist_path=${{ needs.eclipse-distro-build.outputs.dist_path }}
174174
echo "Processing S3 update..."
175-
ls spring-tool-suite-4*win*.zip*
176-
ls spring-tool-suite-4*win*.self-extracting.jar*
175+
ls spring-tool-suite-4*win*
177176
echo "Removing old win zip and self extracting jar files from S3..."
178177
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 "*/*"
179178
echo "Uploading new win zip and self extracting jar files to S3..."

0 commit comments

Comments
 (0)