mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
Put the finishing touches on it
This commit is contained in:
20
.github/workflows/build-macos.yml
vendored
20
.github/workflows/build-macos.yml
vendored
@ -1,5 +1,12 @@
|
|||||||
name: build-macos
|
name: build-macos
|
||||||
on: [push, workflow_dispatch]
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-macos:
|
build-macos:
|
||||||
@ -52,7 +59,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: macOS-arm64
|
name: macOS-arm64
|
||||||
path: arm64
|
path: arm64
|
||||||
- run: find .
|
|
||||||
- name: Combine app bundles
|
- name: Combine app bundles
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@ -67,4 +73,12 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: macOS-universal
|
name: macOS-universal
|
||||||
path: macOS-universal.zip
|
path: macOS-universal.zip
|
||||||
|
- name: Clean up architecture-specific artifacts
|
||||||
|
uses: geekyeggo/delete-artifact@v4
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
failOnError: false
|
||||||
|
name: |
|
||||||
|
macOS-x86_64
|
||||||
|
macOS-arm64
|
Reference in New Issue
Block a user