From bebdc46af94d504f2dfa91c5ff6efb3445e55aab Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sat, 11 Mar 2023 21:35:00 +0200 Subject: [PATCH] Fix job dependencies --- .github/workflows/buildAndDeploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildAndDeploy.yml b/.github/workflows/buildAndDeploy.yml index 25d7bca280..21f4f0f222 100644 --- a/.github/workflows/buildAndDeploy.yml +++ b/.github/workflows/buildAndDeploy.yml @@ -215,7 +215,7 @@ jobs: upload-to-itch: runs-on: ubuntu-latest - needs: [build, packr-build] # build required for tag and version + needs: [get-tag-and-release-body, packr-build] # build required for tag and version continue-on-error: true steps: @@ -237,7 +237,7 @@ jobs: upload-to-steam: runs-on: ubuntu-latest - needs: [build, packr-build] # build required for tag and version + needs: [get-tag-and-release-body, packr-build] # build required for tag and version continue-on-error: true steps: @@ -269,7 +269,7 @@ jobs: releaseBranch: release upload-github-release-and-post-to-discord: - needs: [build, android-build, packr-build] # build required for tag and version + needs: [get-tag-and-release-body, android-build, packr-build] runs-on: ubuntu-latest steps: @@ -327,7 +327,7 @@ jobs: AUR-update: continue-on-error: true runs-on: ubuntu-latest - needs: [build, upload-github-release-and-post-to-discord] # build required for tag and version + needs: [get-tag-and-release-body, upload-github-release-and-post-to-discord] steps: - name: Get AUR PKGBUILD