Skip to content

Commit

Permalink
Try again to fix the combined manifest build
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Jul 17, 2024
1 parent d0bbc8c commit 6af6991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
path: files
- name: 🔨 Generate device manifest.json
run: |
version=$(cat project_version)
version=$(cat files/*/project_version | sort -V | tail -n 1)
jq -s --arg version "$version" '{"name": "${{ matrix.name }}", "version": $version, "home_assistant_domain": "esphome", "builds":.}' files/*/manifest.json > files/manifest.json
- name: 🧪 Display structure of job
run: ls -R
Expand Down

0 comments on commit 6af6991

Please sign in to comment.