update ci

This commit is contained in:
Joe Bellus 2021-11-15 10:13:07 -05:00
parent 708896b58e
commit 59261afed5
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ build-linux:
script:
- cargo build --release
- cd target/release
- tar -czvf conductor-linux.tar.gz /conductor
- tar -czvf conductor-linux.tar.gz ./conductor
artifacts:
paths:
@ -47,7 +47,7 @@ build-macos:
script:
- cargo build --release
- cd target/release
- tar -czvf conductor-macos.tar.gz conductor
- tar -czvf conductor-macos.tar.gz ./conductor
artifacts:
paths:
- conductor-macos.tar.gz