[router] Fix sgl router path for release (#2980)

This commit is contained in:
Byron Hsu
2025-01-19 17:11:06 +08:00
committed by GitHub
parent ef18b0eda2
commit 4719c1d04a

View File

@@ -7,7 +7,7 @@ on:
branches: branches:
- main - main
paths: paths:
- sglang-router/pyproject.toml - sgl-router/pyproject.toml
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@@ -26,9 +26,9 @@ jobs:
with: with:
path: sglang-repo path: sglang-repo
- name: Move sglang-router folder to root and delete sglang-repo - name: Move sgl-router folder to root and delete sglang-repo
run: | run: |
mv sglang-repo/sglang-router/* . mv sglang-repo/sgl-router/* .
rm -rf sglang-repo rm -rf sglang-repo
ls -alt ls -alt
@@ -69,9 +69,9 @@ jobs:
with: with:
path: sglang-repo path: sglang-repo
- name: Move sglang-router folder to root, copy the license file, and delete sglang-repo - name: Move sgl-router folder to root, copy the license file, and delete sglang-repo
run: | run: |
mv sglang-repo/sglang-router/* . mv sglang-repo/sgl-router/* .
mv sglang-repo/LICENSE . mv sglang-repo/LICENSE .
rm -rf sglang-repo rm -rf sglang-repo
ls -alt ls -alt