From 166dc9f8266317b6bb710ebadd392df337246aeb Mon Sep 17 00:00:00 2001 From: Nayla Date: Fri, 21 Apr 2023 11:43:22 -0400 Subject: [PATCH] Update macos.yml --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c3a6a52da1..0a1a4ff044 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -49,9 +49,9 @@ jobs: path: /Users/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/ # Zip Artifact - name: Zip Artifact - run: 7z a D:/DolphinMPN-macOS-intel D:/a/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/* + run: 7z a /Users/runner/DolphinMPN-macOS-intel /Users/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/* # New Release - name: New Release uses: ncipollo/release-action@v1.12.0 with: - artifacts: D:/DolphinMPN-linux.7z + artifacts: /Users/runner/DolphinMPN-macOS-intel.7z