Fix musl upload logic

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-05-19 21:50:10 +02:00
parent 696b3e90a9
commit 3ed274bd9c
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -50,7 +50,7 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}"/builds/musl >/dev/null || exit
UPLOAD_DEST=${BUILD_DESTDIR_BASE}
case ${spec} in
stage3.spec)
musl/stage3.spec)
upload stage3-amd64-musl-${TIMESTAMP}.tar.xz*
;;
esac
@ -59,7 +59,7 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}"/builds/musl-hardened >/dev/null || exit
UPLOAD_DEST=${BUILD_DESTDIR_BASE}
case ${spec} in
stage3.spec)
musl/stage3-hardened.spec)
upload stage3-amd64-musl-hardened-${TIMESTAMP}.tar.xz*
;;
esac