Skip to content

Commit

Permalink
Adding artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoSocas committed Dec 11, 2023
1 parent 5398f19 commit f184c6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ jobs:
export VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT
cmake --preset linux-release
cmake --build --preset linux-release
- uses: actions/upload-artifact@v3
with:
name: linux-build
path: ./bin/build/linux-release # or path/to/artifact

0 comments on commit f184c6b

Please sign in to comment.