We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31fd6c8 + 13df120 commit c6470e9Copy full SHA for c6470e9
1 file changed
.github/workflows/debos.yml
@@ -37,7 +37,7 @@ jobs:
37
container:
38
image: debian:trixie
39
volumes:
40
- - /srv/gh-runners/quic-yocto/builds:/builds
+ - /srv/gh-runners/quic-yocto/builds:/fileserver-builds
41
options: --privileged
42
steps:
43
- uses: actions/checkout@v4
@@ -80,7 +80,7 @@ jobs:
80
# create an unique id with repository, run id, and run attempt
81
id="${GITHUB_REPOSITORY}-${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}"
82
# create a directory for the current run
83
- dir="/build/${id}"
+ dir="/fileserver-builds/${id}"
84
mkdir -vp "${dir}"
85
# copy output files
86
cp -v disk-ufs.img.gz "${dir}"
0 commit comments