Avoid deep directory structure in produced tar file
This commit is contained in:
parent
342f996c8e
commit
b31c47c103
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ script:
|
|||
- cargo build --release --target=x86_64-unknown-linux-musl
|
||||
- cargo test --release --target=x86_64-unknown-linux-musl
|
||||
- strip -s target/x86_64-unknown-linux-musl/release/sausagewiki
|
||||
- XZ_OPT=-9 tar Jcf sausagewiki.tar.xz target/x86_64-unknown-linux-musl/release/sausagewiki
|
||||
- XZ_OPT=-9 tar Jcf sausagewiki.tar.xz -C target/x86_64-unknown-linux-musl/release/ sausagewiki
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
|
|
Loading…
Reference in a new issue