From 8bb15219632d7984cb4904b757d206a1ff56764f Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 26 Jan 2025 10:54:26 +0100 Subject: [PATCH] git: Fix ARM64 .app path --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fcf702d16..2215c5eb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -488,9 +488,9 @@ jobs: git clone https://github.com/sindresorhus/create-dmg cd create-dmg npm i && npm -g i - cd ../build/install + cd out create-dmg ImHex.app || true - mv *.dmg ../../imhex-${{ env.IMHEX_VERSION }}-macOS${{ matrix.suffix }}-arm64.dmg + mv *.dmg ../imhex-${{ env.IMHEX_VERSION }}-macOS${{ matrix.suffix }}-arm64.dmg - name: 🗝️ Generate build provenance attestations uses: actions/attest-build-provenance@v2