We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be5d52 commit f6bc99eCopy full SHA for f6bc99e
.github/workflows/build.yml
@@ -116,8 +116,8 @@ jobs:
116
cp configs/config.${{ matrix.vendor }}_${{ matrix.model }}_${{ matrix.payload }} .config
117
make olddefconfig
118
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
+ mv build/coreboot.rom build/qemu_q35_${VERSION}.rom
+ sha256sum build/qemu_q35_${VERSION}.rom > build/qemu_q35_${VERSION}.rom.sha256
121
- name: Save artifacts
122
uses: actions/upload-artifact@v4
123
with:
0 commit comments