GHA: Try to fail the build if notarization failed
This commit is contained in:
2
.github/scripts/notarize-osx-distro-file.sh
vendored
2
.github/scripts/notarize-osx-distro-file.sh
vendored
@@ -14,6 +14,6 @@ if [ $? -eq 0 ]; then
|
||||
shasum -a 256 $dmg_filename > ${dmg_filename}.sha256
|
||||
md5 $dmg_filename > ${dmg_filename}.md5
|
||||
else
|
||||
echo "Notarization failed"
|
||||
echo "Notarization failed for ${dmg_file}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user