mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +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
|
working-directory: ${{runner.workspace}}/build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: cmake --build . --config $BUILD_TYPE
|
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