use one-top-level for now so that CI can pass

This commit is contained in:
Anton-4 2023-01-17 11:58:22 +01:00
parent 520db5765f
commit f4844df056
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937

View File

@ -76,7 +76,7 @@ export ROC_RELEASE_URL=$(./ci/get_latest_release_url.sh linux_x86_64)
# get roc release archive
curl -OL $ROC_RELEASE_URL
# extract archive
ls | grep "roc_nightly" | xargs tar -xzvf
ls | grep "roc_nightly" | xargs tar --one-top-level=roc_nightly -xzvf
# delete archive
ls | grep "roc_nightly.*tar.gz" | xargs rm
# simplify dir name