Skip to content

Commit 552c5d0

Browse files
committed
[CI] fix
1 parent cff33b5 commit 552c5d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/_build_linux_fd_router.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ jobs:
172172
173173
bash ./build.sh
174174
ls /usr/local/bin/fd-router*
175+
cp -r /usr/local/bin/fd-router* ./
175176
'
176177
177178
- name: Package Upload
@@ -198,9 +199,9 @@ jobs:
198199
python --version
199200
python -m pip install bce-python-sdk==0.9.29
200201
201-
cd /usr/local/bin || exit 1
202+
cd FastDeploy/fastdeploy/golang_router
202203
if [ ! -f fd-router ]; then
203-
echo "Error: fd-router not found in /usr/local/bin"
204+
echo "Error: fd-router not found in FastDeploy/fastdeploy/golang_router"
204205
exit 1
205206
fi
206207

0 commit comments

Comments
 (0)