GHA: Try building some parts on ubuntu

This commit is contained in:
aboyko
2023-12-11 12:46:16 -05:00
parent 30ed05f47e
commit 777d002759
3 changed files with 5 additions and 5 deletions

View File

@@ -101,7 +101,7 @@ jobs:
do
echo "Generate checksums for ${file}"
shasum -a 256 $file > ${file}.sha256
md5 $file > ${file}.md5
md5sum $file > ${file}.md5
done
echo "Processing S3 update..."
dist_path=${{ steps.s3-paths.outputs.dist_path }}