ci(gitlab): use --no-strip for cargo deb
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
2e5ba7ab17
commit
38ca88da9f
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ artifacts:
|
|||
|
||||
- mkdir -p target/release
|
||||
- cp result/bin/conduit target/release
|
||||
- direnv exec . cargo deb --no-build
|
||||
- direnv exec . cargo deb --no-build --no-strip
|
||||
- mv target/debian/*.deb x86_64-unknown-linux-musl.deb
|
||||
|
||||
# Since the OCI image package is based on the binary package, this has the
|
||||
|
|
Loading…
Add table
Reference in a new issue