Browse Source

Merge pull request #2086 from Mastemmah/ArtifactsPublising

Adding artifact publishing for Linux
Ilya Shipitsin 11 months ago
parent
commit
c2487c6b2e
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .github/workflows/linux.yml

+ 7 - 0
.github/workflows/linux.yml

@@ -26,6 +26,13 @@ jobs:
         cd build
         cpack -C Release -G DEB 
 
+    - name: Upload DEB packages as artifacts
+      if: github.ref == 'refs/heads/master'
+      uses: actions/upload-artifact@v4
+      with:
+        name: deb-packages
+        path: build/*.deb
+
     - name: Test
       run: |
        .ci/appveyor-deb-install-test.sh