From 88c63a765490b934353a2777c380ba53f68aa3e4 Mon Sep 17 00:00:00 2001 From: Nayla Date: Fri, 21 Apr 2023 19:01:38 -0400 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index dfcbe74601..751c5603d4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -32,10 +32,10 @@ jobs: vs-version: '16.6.2' # Run MSBuild - name: Build Solution - run: msbuild "D:\a\Dolphin-MPN-src\Dolphin-MPN-src\Source\dolphin-emu.sln" /verbosity:minimal /property:Configuration=Release /property:Platform=x64 + run: msbuild "D:\a\Dolphin-MPN\Dolphin-MPN\Source\dolphin-emu.sln" /verbosity:minimal /property:Configuration=Release /property:Platform=x64 # Upload Artifact - name: Upload Build Artifact uses: actions/upload-artifact@v2 with: name: DolphinMPN-win32 - path: D:\a\Dolphin-MPN-src\Dolphin-MPN-src\Binary\x64 + path: D:\a\Dolphin-MPN\Dolphin-MPN\Binary\x64