From a02c5e5b9bb13483476716d8ab7483b991fa0b7e Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Fri, 4 Mar 2022 01:14:01 -0600 Subject: [PATCH] Add built modules as artifacts --- .github/workflows/default.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index bc1b6463..16a66159 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -76,3 +76,9 @@ jobs: - name: Run tests run: | pytest core hscommon + - name: Upload Artifacts + if: matrix.os == 'ubuntu-latest' + uses: actions/upload-artifact@v3 + with: + name: modules ${{ matrix.python-version }} + path: ${{ github.workspace }}/**/*.so