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"