Skip to content

Commit

Permalink
store gif version, too
Browse files Browse the repository at this point in the history
  • Loading branch information
hamvocke committed Nov 30, 2023
1 parent 25320e8 commit bc2f2a0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
path: 'test/test.tape'
- name: Diff, Bart, Diff
run: diff vhs-recording.txt test/expected/vhs-recording.txt
- uses: actions/upload-artifact@v3
- name: Store recording
uses: actions/upload-artifact@v3
with:
name: vhs-recording.txt
path: vhs-recording.txt
name: vhs-recording
path: |
vhs-recording.txt
out.gif
retention-days: 3

0 comments on commit bc2f2a0

Please sign in to comment.