Skip to content

Commit

Permalink
Add releease-url
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Nov 22, 2024
1 parent 4134f95 commit 12becc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/esphome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
with:
yaml-file: ${{ github.workspace }}/firmware/config-solo.yaml
release-summary: ${{ env.RELEASE_SUMMARY }}
release-url: https://github.com/spuder/openspool/releases/download/${{ github.ref_name }}
complete-manifest: false

- name: ls
Expand Down Expand Up @@ -169,6 +170,9 @@ jobs:
print(json.dumps(combined_manifest, indent=2))
EOF
- name: Update manifest.json
run: |
cat artifacts/manifest.json > firmware/manifest.json
- name: Setup yq
uses: vegardit/gha-setup-yq@v1

Expand Down

0 comments on commit 12becc8

Please sign in to comment.