From 8969bc66e27c93a9a766c5bbdef543c107c7f027 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 23 May 2023 17:08:21 +0200 Subject: [PATCH] Workflow needs the release binaries --- .github/workflows/Tasmota_build_master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Tasmota_build_master.yml b/.github/workflows/Tasmota_build_master.yml index fed63a00b..a4749a6ac 100644 --- a/.github/workflows/Tasmota_build_master.yml +++ b/.github/workflows/Tasmota_build_master.yml @@ -263,7 +263,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} Start_final_copy: - needs: [base-images, base32-images, language-images] + needs: Release runs-on: ubuntu-latest steps: - uses: actions/checkout@v3