Skip to content

Commit

Permalink
Remove subdir glob
Browse files Browse the repository at this point in the history
  • Loading branch information
reemo3dp committed Dec 18, 2024
1 parent 49d3a57 commit 83c804a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != ''
Expand Down

0 comments on commit 83c804a

Please # to comment.