File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 24
24
# ANCHOR: Parametric
25
25
- name : firmware-action
26
26
id : firmware-action
27
- uses : 9elements/firmware-action@v0.15.0
27
+ uses : 9elements/firmware-action@fix/auto-upload
28
28
with :
29
29
config : ' coreboot-linuxboot-example-matrix.json'
30
30
target : ' uroot-example-${{ matrix.release_type }}'
34
34
auto-download-artifacts : ' true'
35
35
auto-upload-artifacts : ' true'
36
36
compile : ' true'
37
+ version : ' fix/auto-upload'
37
38
env :
38
39
RELEASE_TYPE : ${{ matrix.release_type }}
39
40
# ANCHOR_END: Parametric
55
56
56
57
- name : firmware-action
57
58
id : firmware-action
58
- uses : 9elements/firmware-action@v0.15.0
59
+ uses : 9elements/firmware-action@fix/auto-upload
59
60
with :
60
61
config : ' coreboot-linuxboot-example-matrix.json'
61
62
target : ' linux-example-with-uroot-${{ matrix.release_type }}'
65
66
auto-download-artifacts : ' true'
66
67
auto-upload-artifacts : ' true'
67
68
compile : ' true'
69
+ version : ' fix/auto-upload'
68
70
env :
69
71
RELEASE_TYPE : ${{ matrix.release_type }}
70
72
84
86
git submodule update --depth 1 --init --recursive --checkout
85
87
86
88
- name : firmware-action
87
- uses : 9elements/firmware-action@v0.15.0
89
+ uses : 9elements/firmware-action@fix/auto-upload
88
90
with :
89
91
config : ' coreboot-linuxboot-example-matrix.json'
90
92
target : ' coreboot-example-with-linuxboot-${{ matrix.release_type }}'
94
96
auto-download-artifacts : ' true'
95
97
auto-upload-artifacts : ' true'
96
98
compile : ' true'
99
+ version : ' fix/auto-upload'
97
100
env :
98
101
RELEASE_TYPE : ${{ matrix.release_type }}
You can’t perform that action at this time.
0 commit comments