release-tarball: add missing cd /build

Fix for:
  upload: no tarballs generated, nothing to do.

Change-Id: I047546b26f379c5302d8558b92b77e4fa311a0a0
This commit is contained in:
Oliver Smith 2023-02-08 14:04:22 +01:00
parent 666488c8e4
commit 1790b9a7e6
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,7 @@ for repo in $OSMO_RELEASE_REPOS; do
done
done
cd /build
remove_temp_dir
upload
echo "done!"