From da273010087bb6113e53dc071110ad106d4bbacc Mon Sep 17 00:00:00 2001 From: Adam Dinwoodie Date: Wed, 18 Oct 2023 23:55:43 +0100 Subject: [PATCH] Fix cygport results tar --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e69a4ef..076c173 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: cp -vr usr etc / - name: Tar up cygport build results if: always() - run: tar -caf cygport-build-results-${{ matrix.cygport-ref }}.txz --exclude-vcs cygport + run: tar -caf cygport-build-results-${{ matrix.cygport-ref }}.txz --exclude-vcs cygport-*-*.noarch timeout-minutes: 10 - name: Store cygport build results if: always()