mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 13:22:28 +00:00
Update linutil.yml
This commit is contained in:
parent
7a8030ffaa
commit
6ecac4ae62
6
.github/workflows/linutil.yml
vendored
6
.github/workflows/linutil.yml
vendored
|
@ -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()
|
Loading…
Reference in New Issue
Block a user