build: fix path in build script

This commit is contained in:
psychedelicious
2025-04-04 17:05:00 +10:00
parent ef9d832b6a
commit f34d6099f5

View File

@@ -85,7 +85,7 @@ fi
if [[ ! -z ${CI} ]]; then
echo
echo "Setting GitHub action outputs..."
echo "DIST_PATH=installer/dist/" >>$GITHUB_OUTPUT
echo "DIST_PATH=./dist/" >>$GITHUB_OUTPUT
fi
exit 0