We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2781189 commit bc11a12Copy full SHA for bc11a12
.github/workflows/gh-hosted-eclipse-distro-build.yml
@@ -172,8 +172,7 @@ jobs:
172
run: |
173
dist_path=${{ needs.eclipse-distro-build.outputs.dist_path }}
174
echo "Processing S3 update..."
175
- ls spring-tool-suite-4*win*.zip*
176
- ls spring-tool-suite-4*win*.self-extracting.jar*
+ ls spring-tool-suite-4*win*
177
echo "Removing old win zip and self extracting jar files from S3..."
178
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 "*/*"
179
echo "Uploading new win zip and self extracting jar files to S3..."
0 commit comments