Fixed workflow.
Some checks failed
Build & Release / Windows-AMD64-Build (push) Failing after 1m0s
Build & Release / Linux-AMD64-Build (push) Successful in 1m25s
Build & Release / Linux-AARCH64-Build (push) Has been cancelled

This commit is contained in:
Arron David Nelson 2024-02-05 21:48:43 -08:00
parent 0676372ca6
commit b116410d3b

View File

@ -22,7 +22,6 @@ jobs:
cmake -A x64 -DCMAKE_BUILD_TYPE=Release --preset=default . cmake -A x64 -DCMAKE_BUILD_TYPE=Release --preset=default .
cd build cd build
cmake --build . --config Release cmake --build . --config Release
cd Release
- name: Creating Appropriate Directories - name: Creating Appropriate Directories
run: | run: |