File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,10 @@ jobs:
143143 echo "Uploading Win Zips and OSX tar.gz to S3 for signing..."
144144 id=${{ inputs.eclipse_profile }}-${{ inputs.build_type }}-${{ github.run_id }}
145145 aws s3 cp ${{ github.workspace }}/eclipse-distribution/org.springframework.boot.ide.product.${{ inputs.eclipse_profile }}/target/products s3://$AWS_S3_BUCKET/sts4-distro-ci-temp/$id --recursive --exclude "*" --include "spring-tool-suite-4*win*.zip" --include "spring-tool-suite-4*macosx*.tar.gz" --exclude "*/*" --no-progress
146+ - name : Upload Win Zip to S3 for Signing via JFrog
147+ run : |
148+ aws s3 rm s3://$AWS_S3_BUCKET/sts4-distro-win-sign/${{ inputs.eclipse_profile }} --recursive --exclude "*" --include "spring-tool-suite-4*win*.zip" --exclude "*/*"
149+ aws s3 cp ${{ github.workspace }}/eclipse-distribution/org.springframework.boot.ide.product.${{ inputs.eclipse_profile }}/target/products s3://$AWS_S3_BUCKET/sts4-distro-ci-temp/${{ inputs.eclipse_profile }} --recursive --exclude "*" --include "spring-tool-suite-4*win*.zip" --exclude "*/*" --no-progress
146150 outputs :
147151 id : ${{ inputs.eclipse_profile }}-${{ inputs.build_type }}-${{ github.run_id }}
148152 dist_path : ${{ steps.s3-paths.outputs.dist_path }}
You can’t perform that action at this time.
0 commit comments