Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-27 00:14:26 +00:00
parent fb69b79844
commit d2c3fc8ef3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ build:linux-glibc:
- cargo build --release
artifacts:
paths:
- target/x86_64-unknown-linux-musl/release/per
- target/release/per
build:windows:
stage: build