mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-23 17:58:44 +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
|
platform: mac
|
||||||
# Setup Packages
|
# Setup Packages
|
||||||
- name: Setup Packages
|
- name: Setup Packages
|
||||||
run: brew install qt6 pkgconfig
|
run: brew install qt6 p7zip pkgconfig
|
||||||
# Use Static ZSTD
|
# Use Static ZSTD
|
||||||
- name: Remove ZSTD
|
- name: Remove ZSTD
|
||||||
run: brew uninstall zstd curl php --force --ignore-dependencies
|
run: brew uninstall zstd curl php --force --ignore-dependencies
|
||||||
|
@ -47,3 +47,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: DolphinMPN-macOS
|
name: DolphinMPN-macOS
|
||||||
path: /Users/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/
|
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