Update .gitlab-ci.yml
This commit is contained in:
parent
160bad9d02
commit
2e47450d50
|
@ -22,7 +22,7 @@ build:linux:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- tree
|
- ls
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- x86_64-unknown-linux-musl/release/per
|
- x86_64-unknown-linux-musl/release/per
|
||||||
|
|
Loading…
Reference in New Issue