Fix stage and spec filenames

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-09-26 14:15:26 +02:00
parent cfaa37c932
commit 742e081388
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -34,8 +34,8 @@ post_build() {
installcd-stage2-minimal.spec) installcd-stage2-minimal.spec)
upload *-${TIMESTAMP}*.iso* upload *-${TIMESTAMP}*.iso*
;; ;;
stage3.spec) stage3-openrc.spec)
upload stage3-*${TIMESTAMP}*.xz* upload stage3-*openrc-${TIMESTAMP}*.xz*
;; ;;
*) *)
echo "Finished ${spec}" echo "Finished ${spec}"