From b3f228e288c1791f8324a0d548643887261051a9 Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:56:54 -0500 Subject: [PATCH] Adjust `needs` for manfiest generation and checkout the current repo --- .github/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e9747ffb..736375e1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -190,12 +190,14 @@ jobs: generate-manifest: name: Generate manifest - needs: [build-firmwares] + needs: [build-container, build-firmwares] runs-on: ubuntu-latest container: image: ${{ needs.build-container.outputs.container_name }} options: --user root steps: + - uses: actions/checkout@v4 + - name: Download all workflow artifacts uses: actions/download-artifact@v4 with: