Skip to content

Commit

Permalink
[CI BUILD] Test DMG fix (to revert)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage committed May 2, 2024
1 parent 7fd4055 commit a5f2bfe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -569,10 +569,6 @@ jobs:
signmacos:
name: Sign the MacOS .app
needs: [build]
if: |
github.event_name == 'push' &&
github.repository == 'icosa-foundation/open-brush' &&
(github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/v'))
runs-on: macos-latest
steps:
- name: Checkout repository
Expand Down Expand Up @@ -647,10 +643,6 @@ jobs:
createdmg:
name: Create and Notarize DMG
needs: [signmacos]
if: |
github.event_name == 'push' &&
github.repository == 'icosa-foundation/open-brush' &&
(github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/v'))

runs-on: macos-latest
steps:
Expand Down

0 comments on commit a5f2bfe

Please sign in to comment.