From 726d36ba3d51c4993bfcfeef9378d51af3e558c9 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 26 Jan 2025 11:26:04 +0100 Subject: [PATCH] git: Fix creation of ARM64 DMG trying to enter wrong path --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2215c5eb4..07e8cfcf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -488,7 +488,7 @@ jobs: git clone https://github.com/sindresorhus/create-dmg cd create-dmg npm i && npm -g i - cd out + cd ../out create-dmg ImHex.app || true mv *.dmg ../imhex-${{ env.IMHEX_VERSION }}-macOS${{ matrix.suffix }}-arm64.dmg