changed tar to use cd

This commit is contained in:
Joe Bellus 2022-02-09 21:33:28 -05:00
parent aaf8482e67
commit 3034aa305a
1 changed files with 3 additions and 1 deletions

View File

@ -50,7 +50,9 @@ build-bin:
- mv sccache-v0.2.15-x86_64-unknown-linux-musl/sccache /usr/local/bin/sccache - mv sccache-v0.2.15-x86_64-unknown-linux-musl/sccache /usr/local/bin/sccache
- chmod +x /usr/local/bin/sccache - chmod +x /usr/local/bin/sccache
- cargo build --release - cargo build --release
- tar -czf ./vade-linux-x64.tar.gz -C target/release . - cd target/release
- tar -czf ../../vade-linux-x64.tar.gz *
- cd ../../
artifacts: artifacts:
paths: paths:
- target/release/vade - target/release/vade