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.
2 parents 38c0a50 + 3565ce4 commit 9f92e77Copy full SHA for 9f92e77
.github/workflows/linux.yml
@@ -77,14 +77,15 @@ jobs:
77
mkdir -vp "${dir}"
78
cp -av `dcmd *.changes` "${dir}"
79
done
80
- # create or update linux-latest symlink
+ # create or update linux-deb-latest symlink
81
mkdir -vp /fileserver-downloads/qcom-deb-images
82
(
83
cd /fileserver-downloads/qcom-deb-images
84
# remove what used to be a directory and create/update symlink to
85
# point to latest build
86
rm -rvf linux-latest
87
- ln -svf "../${BUILD_ID}" linux-latest
+ rm -rvf linux-deb-latest
88
+ ln -svf "../${BUILD_ID}" linux-deb-latest
89
)
90
# perhaps help NFS sync
91
sync
0 commit comments