Skip to content

Commit

Permalink
adding artifacts to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadRaziei committed Nov 10, 2023
1 parent 6dd1a30 commit 99e6b80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ jobs:
runs: cmake --build build

- name: Test the project
runs: ctest --test-dir build
runs: ctest --test-dir build

- uses: actions/upload-artifact@v3
with:
path: build/*urlparser*

0 comments on commit 99e6b80

Please sign in to comment.