File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments