Use go/bin path

This commit is contained in:
Orhun Parmaksız
2025-09-28 13:18:28 +03:00
parent 96a468443e
commit 7cef8d2a8b

View File

@@ -22,8 +22,7 @@ jobs:
sudo apt update
sudo apt install -y ffmpeg ttyd
go install github.com/charmbracelet/vhs@latest
echo "$HOME/go/bin" >> $GITHUB_PATH
vhs ./examples/vhs/demo2.tape
~/go/bin ./examples/vhs/demo2.tape
- name: Upload GIF artifact
uses: actions/upload-artifact@v4