diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index 57bf995d0..c929753e6 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -141,14 +141,10 @@ jobs: cd extracted tar -czf ../$file . cd .. - rm -rf extracted - + rm -rf extracted echo "Generate checksums for ${file}" -# shasum -a 256 $file > ${file}.sha256 -# md5sum $file > ${file}.md5 shasum -a 256 $file > ${file}.sha256 md5 $file > ${file}.md5 - done echo "Processing S3 update..." dist_path=${{ steps.s3-paths.outputs.dist_path }}