From f5d63e8f0f4b8ef26ee12add34b43f99c241370f Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Wed, 29 Jan 2025 15:59:58 +0100 Subject: [PATCH] ci: fix artifact upload Signed-off-by: AtomicFS --- .github/workflows/coreboot-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coreboot-example.yml b/.github/workflows/coreboot-example.yml index c606991..072e59e 100644 --- a/.github/workflows/coreboot-example.yml +++ b/.github/workflows/coreboot-example.yml @@ -29,5 +29,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: coreboot-4.19 - path: output-coreboot + path: output-coreboot-example retention-days: 30