We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90ed4f commit 371af7fCopy full SHA for 371af7f
.github/workflows/linutil.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Setup Preview
81
run: |
82
- echo "$(pwd)/build/x86_64-unknown-linux-musl/release/" >> $GITHUB_PATH
+ echo "$(pwd)/build" >> $GITHUB_PATH
83
84
- name: Generate preview
85
uses: charmbracelet/vhs-action@v2.1.0
0 commit comments