From 8e7b832b99eee0a4ab61247540415dc4005bc854 Mon Sep 17 00:00:00 2001 From: Jj0YzL5nvJ Date: Sat, 8 Feb 2025 07:07:24 -0600 Subject: [PATCH] CI: Fix artifact recollection for the new CMake file --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55103a28a..5df9b5aca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,6 +159,7 @@ jobs: cmake -DCMAKE_BUILD_TYPE=Release -DMUPENPLUSAPI=1 -DMUPENPLUSAPI_GLIDENUI=1 -G "MSYS Makefiles" ../../src make -j$(nproc) popd + cp build/windows-mupen64plus-qt/plugin/Release/*.dll build/windows-mupen64plus-qt/ cp ini/GLideN64.custom.ini build/windows-mupen64plus-qt/ cp translations/release/*.qm build/windows-mupen64plus-qt/ shell: msys2 {0}