From bb61e7b514b8f3a7633a9c671c60d6c358fa1543 Mon Sep 17 00:00:00 2001 From: Mario Vega Date: Thu, 21 Sep 2023 17:00:48 +0000 Subject: [PATCH] github: Build fixtures on tags too --- .github/workflows/fixtures.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/fixtures.yaml b/.github/workflows/fixtures.yaml index a9e2005085..f7a18fddbc 100644 --- a/.github/workflows/fixtures.yaml +++ b/.github/workflows/fixtures.yaml @@ -4,6 +4,7 @@ on: push: branches: - main + - 'refs/tags/**' workflow_dispatch: jobs: @@ -65,11 +66,7 @@ jobs: run: | echo -e "ref: $GITHUB_REF \ncommit: $GITHUB_SHA\nbuild: $(date +"%Y-%m-%dT%H:%M:%SZ")" \ > fixtures/info.txt - - name: Tar fixtures output - shell: bash - run: | - tar -czvf ${{ matrix.name }}.tar.gz ./fixtures - uses: actions/upload-artifact@v3 with: name: ${{ matrix.name }} - path: ${{ matrix.name }}.tar.gz \ No newline at end of file + path: ./fixtures \ No newline at end of file