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 f123cfa commit e2da125
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 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 @@ -112,7 +112,7 @@ jobs:

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

steps:
- name: Download macOS arm64 kernel (${{ matrix.flavor }})
Expand All @@ -135,6 +135,13 @@ jobs:
# Combine macOS binaries to a single binary with lipo
- name: Create macOS universal binary
run: |
pwd
ls -R
cd $GITHUB_WORKSPACE
pwd
ls -R
# Decompress x64 builds
rm -rf x64 && mkdir x64
pushd x64
Expand Down

0 comments on commit e2da125

Please sign in to comment.