From 1e466a032b57d1a872faa903fc303f07d131b932 Mon Sep 17 00:00:00 2001 From: Nayla Date: Wed, 5 Apr 2023 04:29:59 -0400 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5f458879d7..18e6253e1b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -6,9 +6,7 @@ name: Windows CI # events but only for the master branch on: push: - branches: [ master ] pull_request: - branches: [ master ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -31,10 +29,10 @@ jobs: vs-version: '16.6.2' # Run MSBuild - name: Build Solution - run: msbuild "D:\a\dolphin-mpn-advanced-src\dolphin-mpn-advanced-src\Source\dolphin-emu.sln" /verbosity:minimal /property:Configuration=Release /property:Platform=x64 + run: msbuild "D:\a\dolphin-mpn-src\dolphin-src\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-advanced-src\dolphin-mpn-advanced-src\Binary\x64 \ No newline at end of file + path: D:\a\dolphin-mpn-src\dolphin-mpn-advanced-src\Binary\x64