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 6e62615 commit 163a99c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,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-${{ needs.get_version.outputs.ARK_VERSION }}-${{ matrix.flavor }}-darwin-x64.zip
Expand Down

0 comments on commit 163a99c

Please sign in to comment.