explicitly pass the target to cargo-deb

This commit is contained in:
Skgland
2025-08-17 22:31:28 +02:00
committed by Bennet Bleßmann
parent 52f3ddd20d
commit 3aa272e44d

View File

@@ -94,7 +94,7 @@ jobs:
- name: Build release debian packages - name: Build release debian packages
if: ${{ matrix.publish && contains(matrix.target, 'linux') }} if: ${{ matrix.publish && contains(matrix.target, 'linux') }}
run: cargo deb run: cargo deb --target ${{ matrix.target }}
- name: Publish release binary artifact - name: Publish release binary artifact
if: matrix.publish if: matrix.publish