diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75479a7597..da4c2909e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -553,7 +553,7 @@ jobs: signmacos: name: Sign the MacOS .app - needs: [build] + needs: [configuration, build] if: | github.event_name == 'push' && github.repository == 'icosa-foundation/open-brush' && @@ -631,7 +631,7 @@ jobs: createdmg: name: Create and Notarize DMG - needs: [signmacos] + needs: [configuration, signmacos] if: | github.event_name == 'push' && github.repository == 'icosa-foundation/open-brush' && @@ -888,7 +888,7 @@ jobs: publish_steam: name: Publish Steam Release - needs: [build, signmacos] + needs: [configuration, build, signmacos] if: | github.event_name == 'push' && github.repository == 'icosa-foundation/open-brush' &&