diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 799f4b8f..b7df0023 100644 --- a/.github/workflows/linux.yml +++ b/.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