Skip to content

Commit 3b2240c

Browse files
committed
Dedicated place in R2 bucket to upload win dstros for signing
1 parent f81f359 commit 3b2240c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)