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