Skip to content

Commit

Permalink
.github/workflows/build.yml: adjust paths for qemu build
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Król <[email protected]>
  • Loading branch information
pietrushnic committed Nov 25, 2024
1 parent 5be5d52 commit 8224692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
cp configs/config.${{ matrix.vendor }}_${{ matrix.model }}_${{ matrix.payload }} .config
make olddefconfig
make BUILD_TIMELESS=1
mv coreboot/build/coreboot.rom coreboot/build/qemu_q35_${VERSION}.rom
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 > coreboot/build/qemu_q35_${VERSION}.rom.sha256
- name: Save artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8224692

Please sign in to comment.