We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da88422 commit 18ff8a0Copy full SHA for 18ff8a0
.github/workflows/u-boot.yml
@@ -82,11 +82,13 @@ jobs:
82
# instruct fileserver to publish this directory
83
url="${FILESERVER_URL}/${BUILD_ID}/"
84
curl -X POST -H 'Accept: text/event-stream' "${url}"
85
- # create file with URL of these results
+ # create files with directory and URL of these results
86
+ echo "${dir}" >u-boot-rb1.dir
87
echo "${url}" >u-boot-rb1.url
88
89
- name: Save URL of build results as an artifact
90
uses: actions/upload-artifact@v4
91
with:
92
+ path: u-boot-rb1.dir
93
path: u-boot-rb1.url
94
0 commit comments