1
0
mirror of synced 2025-02-02 12:27:25 +01:00

git: Fix creation of ARM64 DMG trying to enter wrong path

This commit is contained in:
WerWolv 2025-01-26 11:26:04 +01:00
parent 8bb1521963
commit 726d36ba3d

View File

@ -488,7 +488,7 @@ jobs:
git clone https://github.com/sindresorhus/create-dmg git clone https://github.com/sindresorhus/create-dmg
cd create-dmg cd create-dmg
npm i && npm -g i npm i && npm -g i
cd out cd ../out
create-dmg ImHex.app || true 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