From 613223ae108916b2b160cccf3a56d111b9e8972c Mon Sep 17 00:00:00 2001 From: s3rj1k Date: Wed, 31 Jan 2024 19:45:09 +0100 Subject: [PATCH] Update `compress files` stage file list generation for DEBs. --- .github/workflows/ci-deb-packages-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-deb-packages-v2.yml b/.github/workflows/ci-deb-packages-v2.yml index d2e1613b..2602ae91 100644 --- a/.github/workflows/ci-deb-packages-v2.yml +++ b/.github/workflows/ci-deb-packages-v2.yml @@ -151,7 +151,7 @@ jobs: - name: Compress files shell: sh run: | - tar -czvf ${{ env.IMAGE_TAG }}.tar.gz $(ls -1 | grep '.deb\|hash.txt') + tar -czvf ${{ env.IMAGE_TAG }}.tar.gz $(ls -1 | grep -E '(.deb|hash.txt)$' | tr -s '\n' ' ') - name: Generate SHA checksum shell: sh