Build Linux to tar.gz (#453)

This commit is contained in:
Michael Telatynski
2022-11-14 18:02:34 +00:00
committed by GitHub
parent d45b3aac65
commit 791a7e71fd
2 changed files with 5 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ jobs:
SQLCIPHER_STATIC: ${{ inputs.sqlcipher == 'static' && '1' || '' }}
- name: Build App
run: "yarn build --publish never"
run: "yarn build --publish never -l"
- name: Install .deb
run: "sudo apt install ./dist/*.deb"