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