Skip to content

Commit

Permalink
[CI BUILD] [TEMP] Always sign and DMG
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage committed Mar 27, 2024
1 parent 018932c commit 52343b0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -574,10 +574,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 @@ -649,11 +645,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:
- name: Checkout repository
Expand Down

0 comments on commit 52343b0

Please sign in to comment.