Skip to content

Commit 18ff8a0

Browse files
committed
Also upload dir
Signed-off-by: Loïc Minier <[email protected]>
1 parent da88422 commit 18ff8a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/u-boot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,13 @@ jobs:
8282
# instruct fileserver to publish this directory
8383
url="${FILESERVER_URL}/${BUILD_ID}/"
8484
curl -X POST -H 'Accept: text/event-stream' "${url}"
85-
# create file with URL of these results
85+
# create files with directory and URL of these results
86+
echo "${dir}" >u-boot-rb1.dir
8687
echo "${url}" >u-boot-rb1.url
8788
8889
- name: Save URL of build results as an artifact
8990
uses: actions/upload-artifact@v4
9091
with:
92+
path: u-boot-rb1.dir
9193
path: u-boot-rb1.url
9294

0 commit comments

Comments
 (0)