Skip to content

Commit

Permalink
.github/workflows/build.yml: fix paths to qemu rom
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 4a4cd22 commit b7e6737
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 @@ -129,7 +129,7 @@ jobs:
with:
name: "dasharo-${{ matrix.vendor }}-${{ matrix.model }}-${{ matrix.payload }}_${VERSION}"
path: |
qemu_q35_${VERSION}.rom
qemu_q35_${VERSION}.rom.sha256
$GITHUB_WORKSPACE/coreboot/build/qemu_q35_${VERSION}.rom
$GITHUB_WORKSPACE/coreboot/build/qemu_q35_${VERSION}.rom.sha256
retention-days: 30

0 comments on commit b7e6737

Please sign in to comment.