fix: grab forms bin
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f432d89dc0
commit
6ab8f38364
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ get_bin(){
|
|||
#container_id=$(docker create $DOCKER_IMG)
|
||||
#docker cp $container_id:/usr/local/bin/pages $TARGET_DIR/
|
||||
#docker rm -v $container_id
|
||||
cp target/release/librepages $TARGET_DIR
|
||||
cp target/release/forms $TARGET_DIR
|
||||
}
|
||||
|
||||
copy() {
|
||||
|
|
Loading…
Reference in a new issue