From 3aa272e44de7d26e1316802d2639df937de33379 Mon Sep 17 00:00:00 2001 From: Skgland Date: Sun, 17 Aug 2025 22:31:28 +0200 Subject: [PATCH] explicitly pass the target to cargo-deb --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3705cf9..c9179fcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: - name: Build release debian packages if: ${{ matrix.publish && contains(matrix.target, 'linux') }} - run: cargo deb + run: cargo deb --target ${{ matrix.target }} - name: Publish release binary artifact if: matrix.publish -- 2.54.0