Skip to content

Commit 606d282

Browse files
firmware-url
1 parent dc1dbda commit 606d282

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/actions/init-environment/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ outputs:
1313
python-appimage:
1414
value: ${{steps.vars.outputs.python-appimage}}
1515
firmware-url:
16-
value: ${{steps.vars.outputs.firmware-url}}
16+
value: ${{steps.firmware.outputs.firmware-url}}
1717
runs:
1818
using: "composite"
1919
steps:
@@ -29,6 +29,7 @@ runs:
2929
echo "python-appimage=python${{matrix.python-version}}.9-cp311-cp311-manylinux_2_28_x86_64.AppImage" >> $GITHUB_OUTPUT
3030
3131
- name: Get firmware version matching manifest
32+
id: firmware
3233
shell: bash
3334
run: |
3435
echo ${{ steps.vars.outputs.manifest }}

.github/workflows/build-multi-os.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ jobs:
215215
with:
216216
submodules: recursive
217217
fetch-depth: 0
218+
218219
- uses: ./.github/actions/init-environment
219220
id: vars
220221

0 commit comments

Comments
 (0)