From cdaaa811914e851fa4be87a62c4eb780704047f7 Mon Sep 17 00:00:00 2001 From: Mike Miller <87874+mikeage@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:23:29 +0300 Subject: [PATCH] Fix missing version in DMG, Signed .app, and Steam upload (#755) --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' &&