File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ outputs:
13
13
python-appimage :
14
14
value : ${{steps.vars.outputs.python-appimage}}
15
15
firmware-url :
16
- value : ${{steps.vars .outputs.firmware-url}}
16
+ value : ${{steps.firmware .outputs.firmware-url}}
17
17
runs :
18
18
using : " composite"
19
19
steps :
29
29
echo "python-appimage=python${{matrix.python-version}}.9-cp311-cp311-manylinux_2_28_x86_64.AppImage" >> $GITHUB_OUTPUT
30
30
31
31
- name : Get firmware version matching manifest
32
+ id : firmware
32
33
shell : bash
33
34
run : |
34
35
echo ${{ steps.vars.outputs.manifest }}
Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ jobs:
215
215
with :
216
216
submodules : recursive
217
217
fetch-depth : 0
218
+
218
219
- uses : ./.github/actions/init-environment
219
220
id : vars
220
221
You can’t perform that action at this time.
0 commit comments