浏览代码

(#4) try to upload rendered video as an artifact

rexim 5 年之前
父节点
当前提交
f6594fa797
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/workflows/ci.yml

+ 4 - 0
.github/workflows/ci.yml

@@ -32,6 +32,10 @@ jobs:
         env:
           CC: clang
           CXX: clang++
+      - uses: actions/upload-artifact@v2
+        with:
+          name: output.mpeg
+          path: ./output.mpeg
 
   build-linux-gcc:
     runs-on: ubuntu-18.04