We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e067a commit d0270b8Copy full SHA for d0270b8
.github/workflows/gh-hosted-eclipse-distro-build.yml
@@ -198,7 +198,7 @@ jobs:
198
echo "Uploading new win zip and self extracting jar files to Akamai..."
199
aws s3 mv . s3://tools-spring-io/${dist_path} --recursive --exclude "*" --include "spring-tool-suite-4*win*.zip*" --include "spring-tool-suite-4*win*.self-extracting.jar*" --exclude "*/*" --no-progress
200
- name: Update Nightly Distro Downloads page
201
- if: ${{ inputs.build_type == 'snapshot' && always() }}
+ if: ${{ inputs.build_type == 'snapshot' }}
202
run: |
203
dist_path=${{ needs.eclipse-distro-build.outputs.dist_path }}
204
eclipse_profile=${{ inputs.eclipse_profile }}
0 commit comments