Skip to content

Commit

Permalink
Add manifest generation to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Nov 11, 2024
1 parent 2b00ba5 commit cae206a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ jobs:
output_basename=$(basename -- $(basename -- $(ls -1 outputs/*.gbl | head -n 1)) .gbl)
echo "output_basename=$output_basename" >> $GITHUB_OUTPUT
- name: Generate manifest
id: build-firmware
run: |
/opt/venv/bin/python3 tools/create_manifest.py outputs > outputs/manifest.json
- name: Install node within container (act)
if: ${{ env.ACT }}
run: |
Expand Down

0 comments on commit cae206a

Please sign in to comment.