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

git: Fix ARM64 .app path

This commit is contained in:
WerWolv 2025-01-26 10:54:26 +01:00
parent 9457c1f2b9
commit 8bb1521963

View File

@ -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