Update .gitlab-ci.yml file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user