Unverified Commit 4719c1d0 authored by Byron Hsu's avatar Byron Hsu Committed by GitHub
Browse files

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

parent ef18b0ed
...@@ -7,7 +7,7 @@ on: ...@@ -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: ...@@ -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: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment