From f4b7131b985e6c383090e2734061fdb3764b7adc Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Wed, 29 May 2024 10:37:26 +0200 Subject: [PATCH] ci: Minor fixes. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f47f4aed..7eb3dcfa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,7 +94,7 @@ dl-python-linux: - curl -L -o python.tar.xz https://gitlab.irstea.fr/parouby/custom-python-build/-/releases/$CUSTOM_PYTHON_VERSION/downloads/packages/python.tar.xz - mkdir -p linux-python/ - cd linux-python - - tar xvf ../python.tgz + - tar xvf ../python.tar.xz artifacts: paths: - linux-python