Use correct filenames in -latest* checksum files

This commit is contained in:
bones_was_here 2022-06-19 22:06:06 +10:00
parent 16836605a6
commit 2e7a83c04a

View File

@ -87,7 +87,7 @@ sha512sum Xonotic-$d*.zip > Xonotic-$d.sha512
for X in Xonotic-$d*.zip; do
ln -snf "$X" "Xonotic-latest${X#Xonotic-$d}"
done
ln -snf Xonotic-$d.sha512 Xonotic-latest.sha512
sha512sum Xonotic-latest*.zip > Xonotic-latest.sha512
rsync -vaSHP Xonotic*.zip Xonotic*.sha512 autobuild-release-uploader@beta.xonotic.org:"$RELEASETYPEDIR"
if [ -z "$RELEASETYPEDIR" ]; then
ssh autobuild-release-uploader@beta.xonotic.org sh ../../update-rsync.sh "$d"