From d2c12263fc28c6683ea972754910b48abfdcd3fb Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 19 Jul 2023 17:40:01 -0400 Subject: [PATCH] GHA: polishing script --- .github/scripts/sign-notarize-osx-distro-file.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/sign-notarize-osx-distro-file.sh b/.github/scripts/sign-notarize-osx-distro-file.sh index e5edec2f5..ac092eba2 100755 --- a/.github/scripts/sign-notarize-osx-distro-file.sh +++ b/.github/scripts/sign-notarize-osx-distro-file.sh @@ -45,7 +45,7 @@ codesign --verbose --deep --force --timestamp --keychain $KEYCHAIN -s "${MACOS_C echo "Notarizing $dmg_filename" (xcrun notarytool submit ${dmg_filename} --keychain-profile notarize-app-dmg-profile --wait \ -&& echo "Staple and generate checksums" \ +&& 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) & \ No newline at end of file