diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 191ed13..f1dd50e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,3 +49,9 @@ jobs: - name: Build shell: bash run: cmake --build build + + - name: Upload artifact + uses: actions/upload-artifact@v1 + with: + name: ${{matrix.os}}_${{matrix.build-opts}}-build + path: build