update ci

This commit is contained in:
Joe Bellus 2021-11-15 10:26:06 -05:00
parent 59261afed5
commit 14831209e5
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