[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:
- main
paths:
- sglang-router/pyproject.toml
- sgl-router/pyproject.toml
workflow_dispatch:
jobs:
@@ -26,9 +26,9 @@ jobs:
with:
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: |
mv sglang-repo/sglang-router/* .
mv sglang-repo/sgl-router/* .
rm -rf sglang-repo
ls -alt
@@ -69,9 +69,9 @@ jobs:
with:
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: |
mv sglang-repo/sglang-router/* .
mv sglang-repo/sgl-router/* .
mv sglang-repo/LICENSE .
rm -rf sglang-repo
ls -alt