mirror of
https://github.com/LowderPlay/cheburcheck.git
synced 2026-09-22 22:37:59 +03:00
ci: remove strip from deb
This commit is contained in:
@@ -59,7 +59,7 @@ jobs:
|
||||
strip: true
|
||||
|
||||
- name: Create Debian archive
|
||||
run: cargo deb --target aarch64-unknown-linux-gnu --no-build -- --bin cheburchecker
|
||||
run: cargo deb --target aarch64-unknown-linux-gnu --no-strip --no-build -- --bin cheburchecker
|
||||
|
||||
- name: Find deb file
|
||||
id: find_deb_arm64
|
||||
|
||||
Reference in New Issue
Block a user