diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 2db29eb..118fe57 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -5,11 +5,6 @@ on: branches: - main pull_request: - branches: - - main - -permissions: - contents: read jobs: build: @@ -22,5 +17,5 @@ jobs: - name: Configure CMake run: cmake -B build - - name: Build release executable + - name: Build run: cmake --build build --config Release \ No newline at end of file