From a5a52a59e6ed28f88f09b2d71b254856c0c2f860 Mon Sep 17 00:00:00 2001 From: dukantic Date: Sun, 20 Jul 2025 20:38:59 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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