Skip to content

Commit

Permalink
fix package name with no notarize
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Dec 2, 2024
1 parent a2ae80b commit 4d4e7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/package-macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ rm -r $PKG_DIR
if [ -z "$AC_USERNAME" ]; then
echo "No user name, skipping sign/notarize"
# pretend that we signed the package and bail out
mv ${PRODUCT_NAME}.pkg ${PRODUCT_NAME}-MacOS-$1.pkg
mv ${PRODUCT_NAME}.pkg $1
exit 0
fi

Expand Down

0 comments on commit 4d4e7f3

Please sign in to comment.