From 6ecac4ae623e26fd3922ac1a7d4788e90bac9398 Mon Sep 17 00:00:00 2001 From: hubster-bot Date: Thu, 31 Oct 2024 19:04:41 +0000 Subject: [PATCH] Update linutil.yml --- .github/workflows/linutil.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linutil.yml b/.github/workflows/linutil.yml index 53c43d02..8eba2e61 100644 --- a/.github/workflows/linutil.yml +++ b/.github/workflows/linutil.yml @@ -96,16 +96,16 @@ jobs: - name: Generate preview uses: charmbracelet/vhs-action@v2.1.0 with: - path: "docs/assets/preview.tape" + path: ".github/preview.tape" - name: Move preview run: | - mv preview.gif docs/assets/preview.gif + mv preview.gif .github/preview.gif - name: Upload preview uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Preview for ${{ env.version }} - file_pattern: "docs/assets/preview.gif" + file_pattern: ".github/preview.gif" add_options: "--force" if: success() \ No newline at end of file