Skip to content

Commit 83c1d74

Browse files
committed
[GHA] Only upload with CRC32
1 parent 836da45 commit 83c1d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
rm -f spring-tool-suite-4*win*.zip*
164164
rm -f spring-tool-suite-4*win*.self-extracting.jar*
165165
ls
166-
aws s3 mv s3://$AWS_S3_BUCKET/sts4-distro-ci-temp/${{ needs.eclipse-distro-build.outputs.id }} . --recursive --exclude "*" --include "spring-tool-suite-4*win*.zip*" --exclude "*/*" --no-progress --checksum-algorithm CRC32
166+
aws s3 mv s3://$AWS_S3_BUCKET/sts4-distro-ci-temp/${{ needs.eclipse-distro-build.outputs.id }} . --recursive --exclude "*" --include "spring-tool-suite-4*win*.zip*" --exclude "*/*" --no-progress
167167
- name: Sign EXE within zip files
168168
id: sign
169169
run: |
@@ -237,7 +237,7 @@ jobs:
237237
run: |
238238
rm -rf *macosx*
239239
ls
240-
aws s3 mv s3://$AWS_S3_BUCKET/sts4-distro-ci-temp/${{ needs.eclipse-distro-build.outputs.id }} . --recursive --exclude "*" --include "spring-tool-suite-4*macosx*.tar.gz" --exclude "*/*" --no-progress --checksum-algorithm CRC32
240+
aws s3 mv s3://$AWS_S3_BUCKET/sts4-distro-ci-temp/${{ needs.eclipse-distro-build.outputs.id }} . --recursive --exclude "*" --include "spring-tool-suite-4*macosx*.tar.gz" --exclude "*/*" --no-progress
241241
- name: Sign .app, Create and Sign DMG
242242
env:
243243
MACOS_CERTIFICATE_ID: ${{ secrets.MACOS_CERTIFICATE_ID }}

0 commit comments

Comments
 (0)