Skip to content

Commit

Permalink
.github/workflows/build.yml: try to correctly point to coreboot.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 24, 2024
1 parent d95c45c commit 9a55b6d
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 @@ -62,7 +62,7 @@ jobs:
with:
name: "dasharo-${{ matrix.vendor }}-${{ matrix.model }}-${{ matrix.payload }}"
path: |
$GITHUB_WORKSPACE/coreboot/build/coreboot.rom
coreboot/build/coreboot.rom
retention-days: 30
build_q35:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -121,6 +121,6 @@ jobs:
with:
name: "dasharo-${{ matrix.vendor }}-${{ matrix.model }}-${{ matrix.payload }}"
path: |
$GITHUB_WORKSPACE/coreboot/build/coreboot.rom
coreboot/build/coreboot.rom
retention-days: 30

0 comments on commit 9a55b6d

Please sign in to comment.