更新 .github/workflows/render-video.yml
Some checks failed
Render video / Render video (push) Failing after 1m24s

This commit is contained in:
2024-05-11 17:05:26 +08:00
parent d5464b8a2d
commit b3bad0b104

View File

@@ -11,6 +11,7 @@ jobs:
container:
image: node:lts
steps:
- uses: actions/checkout@main
- run: apt update && apt install -y yarn ffmpeg libnss3
- run: yarn && yarn build
- uses: actions/upload-artifact@v2