From 1dc3eed254f8baec70267dd3e1a9d8991b3e834b Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Sat, 8 Feb 2025 16:13:35 +0100 Subject: [PATCH] fix job order --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68fcf3a..5f1e224 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,7 @@ jobs: publish: name: Publish binaries runs-on: ubuntu-latest + needs: [build-stls, compile-sketch] steps: - name: Download firmware artifact uses: actions/download-artifact@v4