Skip to content

Commit

Permalink
Adjust needs for manfiest generation and checkout the current repo
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Nov 11, 2024
1 parent 082a3f3 commit b3f228e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b3f228e

Please sign in to comment.