ci: Try archive origin branch name.

setup.py
Pierre-Antoine Rouby 2024-05-29 11:12:02 +02:00
parent b6aa0afdc7
commit 6ac808d842
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ linux-python-with-sources:
paths:
- linux-sources-with-python.tar.xz
script:
- git archive --format=tar.gz --output=src.tar.gz $CI_COMMIT_BRANCH
- git archive --format=tar.gz --output=src.tar.gz origin/$CI_COMMIT_BRANCH
- cd linux-python
- mkdir -p pamhyr
- cd pamhyr