diff --git a/.github/workflows/render-video.yml b/.github/workflows/render-video.yml index 3307cdf..378e8cd 100644 --- a/.github/workflows/render-video.yml +++ b/.github/workflows/render-video.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@main - uses: actions/setup-node@main - run: apt update && apt install -y yarn ffmpeg - - run: yarn && yarn build" + - run: yarn && yarn build - uses: actions/upload-artifact@v2 with: name: out.mp4