Skip to content

Commit

Permalink
github-actions: upload artifacts from windows release build
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperlogic committed Mar 13, 2024
1 parent 2188af5 commit 7b0416a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,9 @@ jobs:
uses: lukka/run-cmake@v10
with:
configurePreset: 'msvc-vcpkg'
buildPreset: 'msvc-vcpkg-release'
buildPreset: 'msvc-vcpkg-release'
- name: Upload Artifiacts
uses: actions/upload-artifact@v4
with:
name: windows-build
path: builds/msvc-vcpkg/Release

0 comments on commit 7b0416a

Please sign in to comment.