Use proper profile for cargo-deb in build workflow
This commit is contained in:
parent
34b691fdd4
commit
2883aa31bb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
name: todos-x86_64-unknown-linux-gnu
|
||||
path: target/release-opt/todos
|
||||
- name: Pack todos .deb package
|
||||
run: cargo deb --no-build --package todos
|
||||
run: cargo deb --no-build --profile release-opt --package todos
|
||||
- name: Rename todos .deb package
|
||||
run: mv target/debian/*.deb target/debian/iced_todos-x86_64-debian-linux-gnu.deb
|
||||
- name: Archive todos .deb package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue