Update macos.yml

This commit is contained in:
Nayla 2023-04-21 17:59:49 -04:00 committed by GitHub
commit d1f6b89e1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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