Skip to content

Commit c6470e9

Browse files
authored
Merge pull request qualcomm-linux#8 from lool/fix-fileserver-uploads
workflows: Fix typo in fileserver copy
2 parents 31fd6c8 + 13df120 commit c6470e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/debos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
container:
3838
image: debian:trixie
3939
volumes:
40-
- /srv/gh-runners/quic-yocto/builds:/builds
40+
- /srv/gh-runners/quic-yocto/builds:/fileserver-builds
4141
options: --privileged
4242
steps:
4343
- uses: actions/checkout@v4
@@ -80,7 +80,7 @@ jobs:
8080
# create an unique id with repository, run id, and run attempt
8181
id="${GITHUB_REPOSITORY}-${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}"
8282
# create a directory for the current run
83-
dir="/build/${id}"
83+
dir="/fileserver-builds/${id}"
8484
mkdir -vp "${dir}"
8585
# copy output files
8686
cp -v disk-ufs.img.gz "${dir}"

0 commit comments

Comments
 (0)