mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-21 15:00:06 +00:00
wrong output path for windows build
This commit is contained in:
parent
21f7ea5c14
commit
6654c3b91c
4
.github/workflows/check_build.yaml
vendored
4
.github/workflows/check_build.yaml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: CMake
|
- name: CMake
|
||||||
run: cmake -S . -B build
|
run: cmake -B build
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build
|
run: cmake --build build
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
@ -40,4 +40,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Cosmo-Windows
|
name: Cosmo-Windows
|
||||||
path: winbin
|
path: bin
|
Loading…
Reference in New Issue
Block a user