git: Fix ARM64 .app path
This commit is contained in:
parent
9457c1f2b9
commit
8bb1521963
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -488,9 +488,9 @@ 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 ../build/install
|
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
|
||||||
|
|
||||||
- name: 🗝️ Generate build provenance attestations
|
- name: 🗝️ Generate build provenance attestations
|
||||||
uses: actions/attest-build-provenance@v2
|
uses: actions/attest-build-provenance@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user