Update .gitlab-ci.yml file

This commit is contained in:
2025-07-20 20:38:59 +00:00
parent 2db3bfbc6d
commit bc64f1b81d

View File

@@ -5,7 +5,7 @@ build_linux:
stage: build stage: build
script: script:
- cargo build --release - cargo build --release
- cp target/release/polygomusic . - cp target/release/polymusic .
artifacts: artifacts:
paths: paths:
- polymusic - polymusic
@@ -19,7 +19,7 @@ build_windows:
stage: build stage: build
script: script:
- cargo build --release --target x86_64-pc-windows-gnu - 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: artifacts:
paths: paths:
- polymusic.exe - polymusic.exe