Skip to content

Commit

Permalink
Merge pull request #184 from huizebruin/dev
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
huizebruin authored Jun 28, 2024
2 parents e473223 + 3ae1c3a commit 7c699d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
mkdir output
mv ${{ steps.esphome-build.outputs.name }} output/
jq -s '{"name": "${{ matrix.firmware.name }}", "version": "${{ "v3.6.1" }}", "home_assistant_domain": "esphome", "new_install_prompt_erase": false, "builds":.}' output/${{ steps.esphome-build.outputs.name }}/manifest.json > output/${{ matrix.firmware.manifest_filename }}
jq -s '{"name": "${{ matrix.firmware.name }}", "version": "v3.6.1", "home_assistant_domain": "esphome", "new_install_prompt_erase": false, "builds":.}' output/${{ steps.esphome-build.outputs.name }}/manifest.json > output/${{ matrix.firmware.manifest_filename }}
- name: Upload artifact
uses: actions/upload-artifact@v4.3.3
Expand Down

0 comments on commit 7c699d6

Please sign in to comment.