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
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