From d1f6b89e1cd0d863856dd2aac48ead6202a173c4 Mon Sep 17 00:00:00 2001 From: Nayla Date: Fri, 21 Apr 2023 17:59:49 -0400 Subject: [PATCH] Update macos.yml --- .github/workflows/macos.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f1facb63a2..592a6592ee 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -47,12 +47,3 @@ jobs: with: name: DolphinMPN-macOS path: /Users/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/ - # Zip Artifact - - name: Zip Artifact - run: 7z a /Users/runner/DolphinMPN-macOS-intel /Users/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/* - # New Release - - name: New Release - if: ${{ startsWith(github.ref, 'refs/tags/') }} - uses: ncipollo/release-action@v1.12.0 - with: - artifacts: /Users/runner/DolphinMPN-macOS-intel.7z