From f78e55804954996537223da0573bd4b30e0534ee Mon Sep 17 00:00:00 2001 From: Nayla Date: Thu, 20 Apr 2023 19:28:03 -0400 Subject: [PATCH] Update macos.yml --- .github/workflows/macos.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7fa33bb322..341c36bef4 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -25,7 +25,7 @@ jobs: platform: mac # Setup Packages - name: Setup Packages - run: brew install qt6 pkgconfig + run: brew install qt6 p7zip pkgconfig # Use Static ZSTD - name: Remove ZSTD run: brew uninstall zstd curl php --force --ignore-dependencies @@ -47,3 +47,12 @@ 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 D:/DolphinMPN-macOS-intel D:/a/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/* + # New Release + - name: New Release + uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') + with: + files: D:/DolphinMPN-macOS-intel.7z