mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
CI: Fix MacOS checks
This commit is contained in:
parent
e5038210b6
commit
0a2c5d8fd1
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -102,7 +102,7 @@ jobs:
|
||||
popd
|
||||
|
||||
- name: Install dependencies (MacOS)
|
||||
if: matrix.config.os == 'macos-latest'
|
||||
if: startsWith(matrix.config.os, 'macos-')
|
||||
run: |
|
||||
export HOMEBREW_NO_INSTALL_CLEANUP=1
|
||||
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
|
||||
@ -158,14 +158,14 @@ jobs:
|
||||
|
||||
# macOS artifacts
|
||||
- name: Generate macOS installer
|
||||
if: matrix.config.os == 'macos-latest'
|
||||
if: startsWith(matrix.config.os, 'macos-')
|
||||
run: |
|
||||
meson compile osx-bundle -C build
|
||||
meson compile osx-build-dmg -C build
|
||||
|
||||
- name: Upload artifacts - macOS dmg
|
||||
uses: actions/upload-artifact@v3
|
||||
if: matrix.config.os == 'macos-latest'
|
||||
if: startsWith(matrix.config.os, 'macos-')
|
||||
with:
|
||||
name: ${{ matrix.config.name }} - installer
|
||||
path: build/Aegisub-*.dmg
|
||||
|
Loading…
x
Reference in New Issue
Block a user