Skip to content

Commit 66ba60e

Browse files
no vibes
1 parent 686257a commit 66ba60e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/preview.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ jobs:
8585
VHS_VERSION="v0.7.2"
8686
wget "https://github.com/charmbracelet/vhs/releases/download/${VHS_VERSION}/vhs_${VHS_VERSION#v}_Linux_x86_64.tar.gz"
8787
tar -xzf "vhs_${VHS_VERSION#v}_Linux_x86_64.tar.gz"
88-
sudo mv vhs /usr/local/bin/vhs
89-
chmod +x /usr/local/bin/vhs
88+
cd "vhs_${VHS_VERSION#v}_Linux_x86_64"
89+
chmod +x vhs
90+
sudo cp vhs /usr/local/bin/vhs
9091
vhs --version
9192
9293
- name: Generate preview with VHS

0 commit comments

Comments
 (0)