Browse Source

Now with more artifacts!

Matt Coburn 5 years ago
parent
commit
d1ea4d8f2a
1 changed files with 7 additions and 1 deletions
  1. 7 1
      .github/workflows/build_linux64.yml

+ 7 - 1
.github/workflows/build_linux64.yml

@@ -25,4 +25,10 @@ jobs:
                 
         - name: Show our results
           run: |
-              ls -alR ${{ runner.workspace }}/build
+              ls -alR ${{ runner.workspace }}/build
+              
+        - name: Upload artifacts
+          uses: actions/upload-artifact@v2
+          with:
+            name: Linux64-Release-Binary
+            path: ${{ runner.workspace }}/build/libenet.so