mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-10 17:08:39 +00:00
ignore sign error
This commit is contained in:
parent
a1f64028cc
commit
75df82a567
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
- name: Create DMG
|
- name: Create DMG
|
||||||
run: |
|
run: |
|
||||||
cd Release
|
cd Release
|
||||||
create-dmg MTMR.app
|
create-dmg MTMR.app || true
|
||||||
|
|
||||||
- name: GitHub Release
|
- name: GitHub Release
|
||||||
uses: "marvinpinto/action-automatic-releases@latest"
|
uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user