diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 751dd5f..01a0aee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -124,9 +124,7 @@ deploy linux x86_64: - *deploy_misc # Platform-specific - - cd .. - - ls - - cp -a ../lib/*.so . + - cp -a ../lib/* . - cp -a ../bin/Attorney_Online . - echo "#!/bin/sh" >> ./run.sh - echo "LD_LIBRARY_PATH=.:\$LD_LIBRARY_PATH ./Attorney_Online" >> ./run.sh