mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-23 09:48:41 +00:00
Update macos.yml
This commit is contained in:
parent
b43d832dad
commit
f78e558049
1 changed files with 10 additions and 1 deletions
11
.github/workflows/macos.yml
vendored
11
.github/workflows/macos.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue