diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2023-04-26 22:21:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-26 22:21:31 -0400 |
| commit | 2af99dfc3ae2ed46de7d6cc6b84495f8e0fc83b1 (patch) | |
| tree | 7b29a1d8e72dd0ccf673f1941805ddc846f93b48 /.github | |
| parent | 6d2fd664fb5e0bd0f2787636e23e71dc5faba763 (diff) | |
ci: don't build/ship OTRGui (#2748)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/generate-builds.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/generate-builds.yml b/.github/workflows/generate-builds.yml index 406eaab8e..daa99f19f 100644 --- a/.github/workflows/generate-builds.yml +++ b/.github/workflows/generate-builds.yml @@ -292,7 +292,6 @@ jobs: run: | set $env:PATH="$env:USERPROFILE/.cargo/bin;$env:PATH" cmake -S . -B build-windows -G Ninja -DCMAKE_MAKE_PROGRAM=ninja -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache - cmake --build build-windows --target OTRGui --config Release --parallel 10 cmake --build build-windows --config Release --parallel 10 mkdir soh-windows @@ -301,7 +300,6 @@ jobs: mkdir soh-windows/mods New-Item soh-windows/mods/custom_otr_files_go_here.txt -type file mv ./x64/Release/soh.pdb ./soh-windows/debug/soh.pdb - mv ./x64/Release/OTRGui.exe ./soh-windows/OTRGui.exe mv ./README.md ./soh-windows/readme.txt mv ./build-windows/gamecontrollerdb.txt ./soh-windows/gamecontrollerdb.txt mv ./build-windows/OTRGui/assets ./soh-windows |
