Skip to content

Commit

Permalink
Upload build artifact after build in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sappho192 committed Jun 20, 2024
1 parent 0dbf4c9 commit 3560a6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/hosted-pure-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ jobs:
run: |
cmake --build --preset ninja-vcpkg-release
- name: Artifacts
uses: actions/upload-artifact@v4
with:
name: Artifact(${{ matrix.os }})
path: builds/ninja-multi-vcpkg/Release/

# Test the whole project with CTest, again Release configuration only.
- name: Test (Release configuration)
run: |
Expand Down

0 comments on commit 3560a6e

Please sign in to comment.