ci: remove strip from deb

This commit is contained in:
Lowder
2025-12-12 05:57:48 +05:00
parent e43b5af8d4
commit 6a753c8aff
+1 -1
View File
@@ -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