ci(package/linux): use dpkg to determine file paths and variables

Should hopefully make things less brittle across different architectures

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn
2025-06-12 19:58:38 -04:00
parent d68269eca8
commit 04ecd447bc
3 changed files with 45 additions and 19 deletions

View File

@@ -164,6 +164,7 @@ jobs:
with:
version: ${{ steps.short-version.outputs.version }}
build-type: ${{ steps.setup-dependencies.outputs.build-type }}
artifact-name: ${{ matrix.artifact-name }}
cmake-preset: ${{ steps.cmake-preset.outputs.preset }}
qt-version: ${{ steps.setup-dependencies.outputs.qt-version }}