wrong output path for windows build

This commit is contained in:
CPunch 2023-08-30 20:09:06 -05:00 committed by cpunch
parent 21f7ea5c14
commit 6654c3b91c
1 changed files with 2 additions and 2 deletions

View File

@ -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