From 75df82a5675c071e5b8a10b9b7b1237ee91c5477 Mon Sep 17 00:00:00 2001 From: Anton Palgunov Date: Wed, 13 May 2020 23:34:45 +0100 Subject: [PATCH] ignore sign error --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 669fc63..1ede210 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: - name: Create DMG run: | cd Release - create-dmg MTMR.app + create-dmg MTMR.app || true - name: GitHub Release uses: "marvinpinto/action-automatic-releases@latest"