Skip to content

Commit

Permalink
github: Build fixtures on tags too
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Sep 21, 2023
1 parent 4d39692 commit bb61e7b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/fixtures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- 'refs/tags/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -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
path: ./fixtures

0 comments on commit bb61e7b

Please sign in to comment.