Skip to content

Commit

Permalink
Build macOS Universal Binary in Experimental Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong committed Mar 27, 2023
1 parent a858efb commit a8688ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,20 +142,20 @@ jobs:
artifact: linux-curses-x64
ext: tar.gz
content: application/gzip
- name: OSX Curses x64
- name: macOS Curses Universal Binary (x64 and arm64)
os: macos-12
mxe: none
tiles: 0
sound: 0
artifact: osx-curses-x64
artifact: osx-curses-universal
ext: dmg
content: application/x-apple-diskimage
- name: OSX Tiles x64
- name: macOS Tiles Universal Binary (x64 and arm64)
os: macos-12
mxe: none
tiles: 1
sound: 0
artifact: osx-tiles-x64
artifact: osx-tiles-universal
ext: dmg
content: application/x-apple-diskimage
- name: Android x64
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
- name: Build CDDA (osx)
if: runner.os == 'macOS'
run: |
make -j3 TILES=${{ matrix.tiles }} SOUND=${{ matrix.tiles }} RELEASE=1 LOCALIZE=1 LANGUAGES=all BACKTRACE=0 PCH=0 USE_HOME_DIR=1 FRAMEWORK=1 dmgdist
make -j3 TILES=${{ matrix.tiles }} SOUND=${{ matrix.tiles }} RELEASE=1 LOCALIZE=1 LANGUAGES=all BACKTRACE=0 PCH=0 USE_HOME_DIR=1 FRAMEWORK=1 UNIVERSAL_BINARY=1 dmgdist
mv Cataclysm.dmg cdda-${{ matrix.artifact }}-${{ needs.release.outputs.timestamp }}.dmg
- name: Set up JDK 8 (android)
if: runner.os == 'Linux' && matrix.android != 'none' && matrix.mxe == 'none'
Expand Down

0 comments on commit a8688ef

Please sign in to comment.