Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Aug 30, 2024
1 parent f28ad23 commit f6e35a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
arch: [arm64, x64]
flavor: [debug, release]
flavor: [release]
include:
- arch: arm64
arch_terminal: arm64
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

strategy:
matrix:
flavor: [debug, release]
flavor: [release]

steps:
- name: Download macOS arm64 kernel (${{ matrix.flavor }})
Expand All @@ -124,6 +124,8 @@ jobs:
# Combine macOS binaries to a single binary with lipo
- name: Create macOS universal binary
run: |
ls -R
# Decompress x64 builds
rm -rf x64 && mkdir x64 && pushd x64
unzip ../ark-${{ inputs.version }}-${{ matrix.flavor }}-darwin-x64.zip
Expand Down

0 comments on commit f6e35a6

Please sign in to comment.