From f143b6cf123e0b079f2e6876b4ddc75d7a0d2b53 Mon Sep 17 00:00:00 2001 From: Tomasz Walkowiak <tomasz.walkowiak@pwr.edu.pl> Date: Sat, 7 Jan 2023 15:23:04 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7de3d2..53a1351 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,7 +68,7 @@ push_deb3.8: only: - master script: - - FILE=$(ls src/build/corpus2-python3.8.deb) + - FILE=$(ls src/build/corpus2*.deb) - curl --fail -i -X POST -F "file=@./${FILE}" -u "${APT_USERNAME}:${APT_PASSWORD}" https://apt.clarin-pl.eu/ dependencies: -- GitLab