feat(installer): print outputs

This commit is contained in:
psychedelicious 2024-02-09 15:33:21 +11:00 committed by Kent Keirsey
parent c60c9825cb
commit 5f2e493244

View File

@ -111,6 +111,10 @@ FILENAME=InvokeAI-installer-$VERSION.zip
# Zip everything up # Zip everything up
zip -r ${FILENAME} InvokeAI-Installer zip -r ${FILENAME} InvokeAI-Installer
echo
echo -e "${BGREEN}Built installer: ./${FILENAME}${RESET}"
echo -e "${BGREEN}Built PyPi distribution: ./dist${RESET}"
# clean up, but only if we are not in a github action # clean up, but only if we are not in a github action
if [[ -z ${CI} ]]; then if [[ -z ${CI} ]]; then
echo echo