We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef856a4 commit f8f2a2aCopy full SHA for f8f2a2a
1 file changed
.github/workflows/build-firmware.yaml
@@ -23,6 +23,7 @@ concurrency:
23
cancel-in-progress: true
24
25
env:
26
+ RELEASE_URL: ${{ github.server_url }}/${{ github.repository }}/releases/latest
27
FIRMWARES: |
28
home-assistant-glow
29
@@ -94,6 +95,7 @@ jobs:
94
95
with:
96
yaml_file: ${{ matrix.firmware }}/${{ matrix.device }}.yaml
97
version: ${{ matrix.version || 'latest' }}
98
+ release_url: ${{ github.event.release.html_url || env.RELEASE_URL }}
99
cache: true
100
- name: 🚚 Move generated files to output
101
run: |
0 commit comments