[router] Copy license when publishing & bump version (#2339)

This commit is contained in:
Byron Hsu
2024-12-03 10:27:43 -08:00
committed by GitHub
parent 1228f7ca69
commit 0495796517
2 changed files with 3 additions and 2 deletions

View File

@@ -69,9 +69,10 @@ jobs:
with:
path: sglang-repo
- name: Move rust folder to root and delete sglang-repo
- name: Move rust folder to root, copy the license file, and delete sglang-repo
run: |
mv sglang-repo/rust/* .
mv sglang-repo/LICENSE .
rm -rf sglang-repo
ls -alt