更新 .github/workflows/render-video.yml
All checks were successful
Render video / Render video (push) Successful in 19m34s

This commit is contained in:
2024-05-11 17:39:15 +08:00
parent 15567d92a4
commit 967c77c87d

View File

@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@main
- run: apt update && apt install -y yarn ffmpeg libnss3 chromium
- run: yarn && yarn build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: out.mp4
path: out/video.mp4