Update linutil.yml

This commit is contained in:
hubster-bot 2024-10-31 19:04:41 +00:00
parent 7a8030ffaa
commit 6ecac4ae62

View File

@ -96,16 +96,16 @@ jobs:
- name: Generate preview - name: Generate preview
uses: charmbracelet/vhs-action@v2.1.0 uses: charmbracelet/vhs-action@v2.1.0
with: with:
path: "docs/assets/preview.tape" path: ".github/preview.tape"
- name: Move preview - name: Move preview
run: | run: |
mv preview.gif docs/assets/preview.gif mv preview.gif .github/preview.gif
- name: Upload preview - name: Upload preview
uses: stefanzweifel/git-auto-commit-action@v5 uses: stefanzweifel/git-auto-commit-action@v5
with: with:
commit_message: Preview for ${{ env.version }} commit_message: Preview for ${{ env.version }}
file_pattern: "docs/assets/preview.gif" file_pattern: ".github/preview.gif"
add_options: "--force" add_options: "--force"
if: success() if: success()