diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e7a6d30..eef12b6 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -29,4 +29,8 @@ jobs: runs: cmake --build build - name: Test the project - runs: ctest --test-dir build \ No newline at end of file + runs: ctest --test-dir build + + - uses: actions/upload-artifact@v3 + with: + path: build/*urlparser* \ No newline at end of file