We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f6402 commit 75df82aCopy full SHA for 75df82a
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Create DMG
33
run: |
34
cd Release
35
- create-dmg MTMR.app
+ create-dmg MTMR.app || true
36
37
- name: GitHub Release
38
uses: "marvinpinto/action-automatic-releases@latest"
0 commit comments