Skip to content

Commit f8f2a2a

Browse files
Add release url to manifest (#497)
* Add release url to manifest * Add backup url
1 parent ef856a4 commit f8f2a2a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-firmware.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ concurrency:
2323
cancel-in-progress: true
2424

2525
env:
26+
RELEASE_URL: ${{ github.server_url }}/${{ github.repository }}/releases/latest
2627
FIRMWARES: |
2728
home-assistant-glow
2829
@@ -94,6 +95,7 @@ jobs:
9495
with:
9596
yaml_file: ${{ matrix.firmware }}/${{ matrix.device }}.yaml
9697
version: ${{ matrix.version || 'latest' }}
98+
release_url: ${{ github.event.release.html_url || env.RELEASE_URL }}
9799
cache: true
98100
- name: 🚚 Move generated files to output
99101
run: |

0 commit comments

Comments
 (0)