fix(release): Fix .deb distribution (#1460)
This commit is contained in:
2
.github/workflows/create_release_assets.yml
vendored
2
.github/workflows/create_release_assets.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user