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