Update build.yml

This commit is contained in:
EqUiNoX
2023-07-01 15:58:08 -07:00
committed by GitHub
parent c24cacf7d7
commit 2efbd99fcc
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
run: cmake -B build
- name: Build
run: cmake --build . --config Release
run: cmake --build buld --config Release
- name: List Working Directory Contents
uses: cinderblock/github-action-debug-list-files@v1