Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-07-27 12:17:50 +0300
committerlovetox <philipp@hoerist.com>2022-07-27 12:17:50 +0300
commita3e81a54c6d7c5d98766d3b9d3b292b129e3677c (patch)
tree6b30ab03d4a65e7edab12eb05cbeb2650bc0ad05
parentb42b4816227334e9581a4272eab586ee6870a162 (diff)
ci: Find tarball correctly
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e78e635..063b23a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ build-linux:
dependencies: []
script:
- python3 setup.py sdist bdist_wheel
- - python3 .ci/debian_build.py "$(find dist/nbxmpp-*)" 1 --pkgprefix=python3-
+ - python3 .ci/debian_build.py "$(find dist/nbxmpp-*.tar.gz)" 1 --pkgprefix=python3-
artifacts:
name: "nbxmpp-$CI_COMMIT_SHA"