From ef7c92ebc109a11ca45a75676f3061b2ee253375 Mon Sep 17 00:00:00 2001 From: Nayla Date: Fri, 21 Apr 2023 19:15:05 -0400 Subject: [PATCH] Update macos.yml --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index daf8da79d5..76f68839a0 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -40,7 +40,7 @@ jobs: run: cd build && ninja -j4 # Configure Dolphin - name: Configure Dolphin - run: cd build && cp -r ../Data/Sys/ Binaries/ && cp -r ../Data/User/ Binaries/ && cp -r ../Data/dolphin-emu.png Binaries/ && touch Binaries/portable.txt + run: cd build && cp -r ../Data/Sys/ Binaries/Dolphin.app/Contents/Resources && cp -r ../Data/User/ Binaries/Dolphin.app/Contents/Resources && cp -r ../Data/dolphin-emu.png Binaries/ && touch Binaries/portable.txt # Upload Artifact - name: Upload Build Artifact uses: actions/upload-artifact@v2