Skip to content

Commit

Permalink
CI: move gif file after creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Miller committed Feb 22, 2024
1 parent 0497196 commit e714846
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
TERM: xterm-256color
with:
path: "./examples/deeper/demo.tape"
- name: Move demo.gif to examples/deeper
run: mv demo.gif ./examples/deeper/demo.gif
- uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 0 additions & 3 deletions examples/deeper/demo.gif

This file was deleted.

1 change: 1 addition & 0 deletions examples/deeper/demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ Enter
Sleep 2s
Enter
Sleep 4s

0 comments on commit e714846

Please sign in to comment.