Skip to content

Commit

Permalink
Merge pull request #183 from huizebruin/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
huizebruin authored Jun 28, 2024
2 parents e256e99 + 3aae793 commit e473223
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 e473223

Please sign in to comment.