We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207e1a6 commit 126d738Copy full SHA for 126d738
2 files changed
.github/workflows/ci.yml
@@ -65,6 +65,7 @@ jobs:
65
if: runner.os == 'Linux'
66
env:
67
APPIMAGE_EXTRACT_AND_RUN: "1"
68
+ NO_STRIP: "true"
69
run: pnpm tauri build
70
71
- name: Prepare Windows portable executable
.github/workflows/release.yml
@@ -60,6 +60,7 @@ jobs:
60
61
62
63
64
0 commit comments