[GHA] Try distro build on macosx to check if JustJ issues is fixed
This commit is contained in:
@@ -30,7 +30,7 @@ on:
|
||||
jobs:
|
||||
|
||||
eclipse-distro-build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||
with:
|
||||
@@ -144,8 +144,11 @@ jobs:
|
||||
rm -rf extracted
|
||||
|
||||
echo "Generate checksums for ${file}"
|
||||
# shasum -a 256 $file > ${file}.sha256
|
||||
# md5sum $file > ${file}.md5
|
||||
shasum -a 256 $file > ${file}.sha256
|
||||
md5sum $file > ${file}.md5
|
||||
md5 $file > ${file}.md5
|
||||
|
||||
done
|
||||
echo "Processing S3 update..."
|
||||
dist_path=${{ steps.s3-paths.outputs.dist_path }}
|
||||
|
||||
Reference in New Issue
Block a user