mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-21 09:30:55 +00:00
Update cmake.yml
This commit is contained in:
parent
c8310c0dbd
commit
031cdf0d08
7
.github/workflows/cmake.yml
vendored
7
.github/workflows/cmake.yml
vendored
@ -35,3 +35,10 @@ jobs:
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
shell: bash
|
||||
run: cmake --build . --config $BUILD_TYPE
|
||||
|
||||
- name: Archive
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: mpw
|
||||
path: ${{runner.workspace}}/build/bin/mpw
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user