更新 .gitea/render.yaml
Some checks failed
Render video / Render video (push) Has been cancelled

This commit is contained in:
2024-05-11 16:30:15 +08:00
parent 9dcc1f9ee4
commit 83cea99432

View File

@@ -9,13 +9,13 @@ jobs:
name: Render video
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-node@main
- run: apt update
- run: apt install ffmpeg yarn -y
- run: yarn
- run: yarn build"
- uses: actions/upload-artifact@v2
with:
name: out.mp4
path: out/video.mp4
- uses: actions/checkout@main
- uses: actions/setup-node@main
- run: apt update
- run: apt install ffmpeg yarn -y
- run: yarn
- run: yarn build"
- uses: actions/upload-artifact@v2
with:
name: out.mp4
path: out/video.mp4