diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed056e8e..ab630d2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,6 +86,12 @@ jobs: if: ${{ !matrix.code_coverage }} run: strip build/clio_tests + - name: Upload clio_server + uses: actions/upload-artifact@v3 + with: + name: clio_server_${{ runner.os }}_${{ matrix.build_type }} + path: build/clio_server + - name: Upload clio_tests if: ${{ !matrix.code_coverage }} uses: actions/upload-artifact@v3