Skip to content
Snippets Groups Projects
Commit 23c9b751 authored by Ammar Nejati's avatar Ammar Nejati
Browse files

GitLab CI: Minor correction to artifact paths

parent 5a7a539e
No related branches found
No related tags found
1 merge request!841Add Python Wheel to the Package
......@@ -21,7 +21,7 @@ native_Debian_clang:
- bash var/mk_pypack_linux.sh
artifacts:
paths:
- build/*gz
- build/*.gz
- build/PythonPackage/py*/wheel/*.whl
expire_in: 10 days
......@@ -46,7 +46,7 @@ mac10_15:
- cpack .
artifacts:
paths:
- build/*dmg
- build/*.dmg
- build/PythonPackage/py*/wheel/*.whl
expire_in: 10 days
......@@ -74,7 +74,7 @@ mac12_2:
- cpack .
artifacts:
paths:
- build/*dmg
- build/*.dmg
- build/PythonPackage/py*/wheel/*.whl
expire_in: 10 days
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment