Fix upload filename
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
4e6e665a58
commit
1626175180
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ post_build() {
|
||||||
;;
|
;;
|
||||||
stage3*musl.spec)
|
stage3*musl.spec)
|
||||||
pushd "${BUILD_SRCDIR_BASE}/builds/musl" >/dev/null
|
pushd "${BUILD_SRCDIR_BASE}/builds/musl" >/dev/null
|
||||||
upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
|
upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:-:_:g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue