mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-05 08:10:05 +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:
|
||||
submodules: recursive
|
||||
- name: CMake
|
||||
run: cmake -S . -B build
|
||||
run: cmake -B build
|
||||
- name: Build
|
||||
run: cmake --build build
|
||||
- name: Upload build artifact
|
||||
@ -40,4 +40,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Cosmo-Windows
|
||||
path: winbin
|
||||
path: bin
|
Loading…
Reference in New Issue
Block a user