Skip to content

Commit ea31f23

Browse files
committed
Update publish.yml
1 parent 580910a commit ea31f23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
sync_project "$project_dir"
6868
rm -rf "$project_dir/dist"
6969
uv build --project "$project_dir" --out-dir "$project_dir/dist"
70-
uv publish "$project_dir/dist"
70+
uv publish "$project_dir"/dist/*
7171
done < <(project_dirs)

0 commit comments

Comments
 (0)