Skip to content

Commit

Permalink
Trying to fix vhs
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmstill committed Jun 16, 2024
1 parent a345923 commit bf01755
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: echo -n $GITHUB_REF_NAME > src/.version
- run: zig build
- run: echo "zig-out/bin" >> $GITHUB_PATH
- uses: charmbracelet/vhs-action@v1
- uses: charmbracelet/vhs-action@v2
with:
path: "demo.tape"
- uses: actions/upload-artifact@v3
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,16 @@ jobs:
with:
version: 0.13.0
- run: zig fmt --check src/*.zig
gif:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.13.0
- run: echo -n $GITHUB_REF_NAME > src/.version
- run: zig build
- run: echo "zig-out/bin" >> $GITHUB_PATH
- uses: charmbracelet/vhs-action@v2
with:
path: "demo.tape"

0 comments on commit bf01755

Please sign in to comment.