From a54077e9f7eab3e360275b4cd4a46a8d5b79be89 Mon Sep 17 00:00:00 2001 From: Nayla Date: Thu, 24 Oct 2024 00:03:41 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72569617e2..90095341a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,11 +66,11 @@ jobs: with: vs-version: '16.6.2' - name: Build - run: msbuild "D:\a\Dolphin-MPN\Dolphin-MPN\Source\dolphin-emu.sln" /verbosity:minimal /property:Configuration=Release /property:Platform=x64 + run: msbuild "Source\dolphin-emu.sln" /verbosity:minimal /property:Configuration=Release /property:Platform=x64 - name: Upload Build Artifact uses: actions/upload-artifact@v4 with: - name: DolphinMPN-win32-x86_64 + name: DolphinMPN-windows-x86_64 path: Binary/x64/ build_windows_arm64: @@ -84,9 +84,9 @@ jobs: with: arch: arm64 - name: Build - run: msbuild "D:\a\Dolphin-MPN\Dolphin-MPN\Source\dolphin-emu.sln" /verbosity:minimal /property:Configuration=Release /property:Platform=x64 + run: msbuild "Source\dolphin-emu.sln" /verbosity:minimal /property:Configuration=Release /property:Platform=ARM64 - name: Upload Build Artifact uses: actions/upload-artifact@v4 with: - name: DolphinMPN-win32-arm64 + name: DolphinMPN-windows-arm64 path: Binary/x64/