ci: hardcode cp dst path
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
张泊明518370910136 2024-03-04 22:18:17 -05:00
parent 43a751362f
commit 02098d949e
GPG Key ID: D47306D7062CDA9D

View File

@ -15,4 +15,4 @@ steps:
- go env -w GOPROXY=https://goproxy.cn,direct - go env -w GOPROXY=https://goproxy.cn,direct
- make - make
- ./_example/simple/run.sh - ./_example/simple/run.sh
- cp build/joj3 ~/.local/bin/joj3 - cp build/joj3 /home/drone/.local/bin/joj3