Skip to content

Commit b30070e

Browse files
committed
.github/workflows/build.yml: correct paths of qemu rom
Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
1 parent 632beb8 commit b30070e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
name: "dasharo-${{ matrix.vendor }}-${{ matrix.model }}-${{ matrix.payload }}_${VERSION}"
129129
path: |
130-
coreboot/build/qemu_q35_${VERSION}.rom
131-
coreboot/build/qemu_q35_${VERSION}.rom.sha256
130+
qemu_q35_${VERSION}.rom
131+
qemu_q35_${VERSION}.rom.sha256
132132
retention-days: 30
133133

0 commit comments

Comments
 (0)