fix(release): Fix .deb distribution (#1460)

This commit is contained in:
Gideon
2025-11-10 19:18:29 +01:00
committed by GitHub
parent 99c3e8af26
commit c6f2e0cc44

View File

@@ -268,7 +268,7 @@ jobs:
- name: Move Debian-based system package
run: |
mkdir -p assets
mv "target/${matrix_target}/debian/*.deb" assets
mv target/"${matrix_target}"/debian/*.deb assets
if: ${{ matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'armv7-unknown-linux-gnueabihf' }}
shell: bash