diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 2a82c3c..3888334 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -170,7 +170,7 @@ jobs: run: | WORKSPACE=$(echo ${{ github.workspace }}) cd $WORKSPACE/armbian/output/debs/ - tar vcfJ "kernel_packages_${{ matrix.branch }}_${{ needs.release.outputs.version }}.tar.xz" *.deb **/*.deb + tar vcfJ "kernel_packages_${{ matrix.branch }}_${{ needs.release.outputs.version }}.tar.xz" *.deb - name: Upload Debian Packages to Release if: needs.release.outputs.id != ''