更新 .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 name: Render video
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@main - uses: actions/checkout@main
- uses: actions/setup-node@main - uses: actions/setup-node@main
- run: apt update - run: apt update
- run: apt install ffmpeg yarn -y - run: apt install ffmpeg yarn -y
- run: yarn - run: yarn
- run: yarn build" - run: yarn build"
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: out.mp4 name: out.mp4
path: out/video.mp4 path: out/video.mp4