Skip to content

Commit 0394158

Browse files
committed
!test: test
- remove before merging Signed-off-by: AtomicFS <[email protected]>
1 parent 0224c23 commit 0394158

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/linuxboot-example-separate-jobs.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# ANCHOR: Parametric
2525
- name: firmware-action
2626
id: firmware-action
27-
uses: 9elements/firmware-action@v0.15.0
27+
uses: 9elements/firmware-action@fix/auto-upload
2828
with:
2929
config: 'coreboot-linuxboot-example-matrix.json'
3030
target: 'uroot-example-${{ matrix.release_type }}'
@@ -34,6 +34,7 @@ jobs:
3434
auto-download-artifacts: 'true'
3535
auto-upload-artifacts: 'true'
3636
compile: 'true'
37+
version: 'fix/auto-upload'
3738
env:
3839
RELEASE_TYPE: ${{ matrix.release_type }}
3940
# ANCHOR_END: Parametric
@@ -55,7 +56,7 @@ jobs:
5556

5657
- name: firmware-action
5758
id: firmware-action
58-
uses: 9elements/firmware-action@v0.15.0
59+
uses: 9elements/firmware-action@fix/auto-upload
5960
with:
6061
config: 'coreboot-linuxboot-example-matrix.json'
6162
target: 'linux-example-with-uroot-${{ matrix.release_type }}'
@@ -65,6 +66,7 @@ jobs:
6566
auto-download-artifacts: 'true'
6667
auto-upload-artifacts: 'true'
6768
compile: 'true'
69+
version: 'fix/auto-upload'
6870
env:
6971
RELEASE_TYPE: ${{ matrix.release_type }}
7072

@@ -84,7 +86,7 @@ jobs:
8486
git submodule update --depth 1 --init --recursive --checkout
8587
8688
- name: firmware-action
87-
uses: 9elements/firmware-action@v0.15.0
89+
uses: 9elements/firmware-action@fix/auto-upload
8890
with:
8991
config: 'coreboot-linuxboot-example-matrix.json'
9092
target: 'coreboot-example-with-linuxboot-${{ matrix.release_type }}'
@@ -94,5 +96,6 @@ jobs:
9496
auto-download-artifacts: 'true'
9597
auto-upload-artifacts: 'true'
9698
compile: 'true'
99+
version: 'fix/auto-upload'
97100
env:
98101
RELEASE_TYPE: ${{ matrix.release_type }}

0 commit comments

Comments
 (0)