diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc5dc8d..8486d7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ build: script: - cargo build --release --target $CARGO_TARGET - cd frontend && npm install && npm run build - - strip target/$CARGO_TARGET/release/rot + # - strip target/$CARGO_TARGET/release/rot artifacts: paths: - target/$CARGO_TARGET/release/rot