diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40615fa..4ed9dfe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ build_linux: stage: build script: - cargo build --release - - cp target/release/polygomusic . + - cp target/release/polymusic . artifacts: paths: - polymusic @@ -19,7 +19,7 @@ build_windows: stage: build script: - cargo build --release --target x86_64-pc-windows-gnu - - cp target/x86_64-pc-windows-gnu/release/polygomusic.exe . + - cp target/x86_64-pc-windows-gnu/release/polymusic.exe . artifacts: paths: - polymusic.exe