changed tar to use cd
This commit is contained in:
parent
aaf8482e67
commit
3034aa305a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue