diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7314feb9d..fa4c959e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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