Skip to content

Commit

Permalink
fixes post check
Browse files Browse the repository at this point in the history
  • Loading branch information
cveticm committed Jan 29, 2025
1 parent e6d53a5 commit f9e84e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ make generate-all-manifests
./bin/goreleaser release --config "build/package/.goreleaser.yml" --clean -p 1

# check that the notarization service signed the mac binaries
SIGNED_FILE_NAME=mongodb-atlas-cli_macos_signed.zip
SIGNED_FILE_NAME=atlas-cli-plugin-kubernetes_macos_signed.zip
if [[ -f "dist/$SIGNED_FILE_NAME" ]]; then
echo "$SIGNED_FILE_NAME exists. The Mac notarization service has run."
else
Expand Down

0 comments on commit f9e84e2

Please sign in to comment.