diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index bac86e9a..82b2be77 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -72,7 +72,7 @@ jobs: - name: Combine app bundles shell: bash run: | - uznip x86_64/melonDS-x86_64.zip -d x86_64 + unzip x86_64/melonDS-x86_64.zip -d x86_64 unzip melonDS-arm64.zip lipo {.,x86_64}/melonDS.app/Contents/MacOS/melonDS -create -output melonDS cp melonDS melonDS.app/Contents/MacOS/melonDS