Skip to content

Commit f6bc99e

Browse files
committed
.github/workflows/build.yml: adjust paths for qemu build
Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
1 parent 5be5d52 commit f6bc99e

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
@@ -116,8 +116,8 @@ jobs:
116116
cp configs/config.${{ matrix.vendor }}_${{ matrix.model }}_${{ matrix.payload }} .config
117117
make olddefconfig
118118
make BUILD_TIMELESS=1
119-
mv coreboot/build/coreboot.rom coreboot/build/qemu_q35_${VERSION}.rom
120-
sha256sum coreboot/build/qemu_q35_${VERSION}.rom > coreboot/build/qemu_q35_${VERSION}.rom.sha256
119+
mv build/coreboot.rom build/qemu_q35_${VERSION}.rom
120+
sha256sum build/qemu_q35_${VERSION}.rom > build/qemu_q35_${VERSION}.rom.sha256
121121
- name: Save artifacts
122122
uses: actions/upload-artifact@v4
123123
with:

0 commit comments

Comments
 (0)