GHA: upload linux files to s3 outside of maven build. Cleanups
This commit is contained in:
5
.github/scripts/notarize-osx-distro-file.sh
vendored
5
.github/scripts/notarize-osx-distro-file.sh
vendored
@@ -6,12 +6,9 @@ notarize_profile=$2
|
||||
dmg_filename="$(basename -- $dmg_file)"
|
||||
dir="$(dirname "$dmg_file")"
|
||||
|
||||
echo "****************************************************************"
|
||||
echo "*** Notarizing: ${dmg_filename}"
|
||||
echo "****************************************************************"
|
||||
cd $dir
|
||||
xcrun notarytool submit ./${dmg_filename} --keychain-profile $notarize_profile --wait
|
||||
echo "Staple and generate checksums for ${dmg_filename}"
|
||||
xcrun stapler staple $dmg_filename
|
||||
shasum -a 256 $dmg_filename > ${dmg_filename}.sha256
|
||||
md5 $dmg_filename > ${dmg_filename}.md5)
|
||||
md5 $dmg_filename > ${dmg_filename}.md5
|
||||
Reference in New Issue
Block a user