Update .gitlab-ci.yml
This commit is contained in:
parent
adcffd251b
commit
14248d37d2
|
@ -24,7 +24,7 @@ build:linux:
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/release/per
|
- x86_64-unknown-linux-musl/release/per
|
||||||
|
|
||||||
build:windows:
|
build:windows:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in New Issue