From 9329170e59b7b5fe9ffa0d6cea62583ad2ef431d Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 26 Jan 2025 10:32:37 +0100 Subject: [PATCH] git: Ignore missing signature when building DMG --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95690bef6..bf825f5c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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