ci: use configuration for build_dir on windows

This commit is contained in:
Rosalie Wanders
2025-12-07 21:02:34 +01:00
parent 4cba4661ef
commit 9999213ab4
+1 -1
View File
@@ -144,7 +144,7 @@ jobs:
- name: Build RMG (Portable)
run: |
export src_dir="$(pwd)"
export build_dir="$(pwd)/Build/Release"
export build_dir="$(pwd)/Build/${{ matrix.configuration }}"
cmake -S "$src_dir" -B "$build_dir" -DCMAKE_BUILD_TYPE="${{ matrix.configuration }}" \
-DNETPLAY=${{ matrix.features }} \