更新 .github/workflows/render-video.yml
All checks were successful
Render video / Render video (push) Successful in 19m34s
All checks were successful
Render video / Render video (push) Successful in 19m34s
This commit is contained in:
2
.github/workflows/render-video.yml
vendored
2
.github/workflows/render-video.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
- run: apt update && apt install -y yarn ffmpeg libnss3 chromium
|
- run: apt update && apt install -y yarn ffmpeg libnss3 chromium
|
||||||
- run: yarn && yarn build
|
- run: yarn && yarn build
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: out.mp4
|
name: out.mp4
|
||||||
path: out/video.mp4
|
path: out/video.mp4
|
||||||
|
|||||||
Reference in New Issue
Block a user