Skip to content

Commit cd090eb

Browse files
build: fix path in build script
1 parent 3348755 commit cd090eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fi
8585
if [[ ! -z ${CI} ]]; then
8686
echo
8787
echo "Setting GitHub action outputs..."
88-
echo "DIST_PATH=installer/dist/" >>$GITHUB_OUTPUT
88+
echo "DIST_PATH=./dist/" >>$GITHUB_OUTPUT
8989
fi
9090

9191
exit 0

0 commit comments

Comments
 (0)