Browse Source

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

rexim 5 years ago
parent
commit
f6594fa797
1 changed files with 4 additions and 0 deletions
  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