Skip to content

Commit 2390813

Browse files
committed
Fix u-boot path for artifacts
Signed-off-by: Loïc Minier <[email protected]>
1 parent 34e1ee3 commit 2390813

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/u-boot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
- name: Save URL of build results as an artifact
9090
uses: actions/upload-artifact@v4
9191
with:
92-
path: u-boot-rb1.dir
93-
path: u-boot-rb1.url
92+
path: |
93+
u-boot-rb1.dir
94+
u-boot-rb1.url
9495

0 commit comments

Comments
 (0)