git: Fix creation of ARM64 DMG trying to enter wrong path
This commit is contained in:
parent
8bb1521963
commit
726d36ba3d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user