diff --git a/scripts/ci.bash b/scripts/ci.bash index 6c88e8d3..6b28d5ba 100755 --- a/scripts/ci.bash +++ b/scripts/ci.bash @@ -33,6 +33,7 @@ function docker-build() { docker-exec build docker-exec binary docker-exec package + mkdir -p release docker cp "${containerId}":/src/release/. ./release/ docker stop "${containerId}"