git: Ignore missing signature when building DMG
This commit is contained in:
parent
98f3de828a
commit
9329170e59
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -374,7 +374,7 @@ jobs:
|
||||
cd create-dmg
|
||||
npm i && npm -g i
|
||||
cd ../build/install
|
||||
create-dmg ImHex.app
|
||||
create-dmg ImHex.app || true
|
||||
mv *.dmg ../../imhex-${{ env.IMHEX_VERSION }}-macOS${{ matrix.suffix }}-x86_64.dmg
|
||||
|
||||
- name: 🗝️ Generate build provenance attestations
|
||||
@ -487,7 +487,7 @@ jobs:
|
||||
cd create-dmg
|
||||
npm i && npm -g i
|
||||
cd ../build/install
|
||||
create-dmg ImHex.app
|
||||
create-dmg ImHex.app || true
|
||||
mv *.dmg ../../imhex-${{ env.IMHEX_VERSION }}-macOS${{ matrix.suffix }}-arm64.dmg
|
||||
|
||||
- name: 🗝️ Generate build provenance attestations
|
||||
|
Loading…
x
Reference in New Issue
Block a user