Skip to content
Snippets Groups Projects
Verified Commit 99a4c780 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

ci: fix archive

parent e58d21f5
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ archive_all:
- echo "Packaging source with submodules and documentation"
- git-archive-all --force-submodules --include=Documentation.pdf "${CI_PROJECT_NAME}-${CI_COMMIT_TAG}.zip"
- 'curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file "${CI_PROJECT_NAME}-${CI_COMMIT_TAG}.zip" "${PACKAGE_REGISTRY_URL}/${CI_COMMIT_TAG}/${CI_PROJECT_NAME}-${CI_COMMIT_TAG}.zip"'
- git-archive-all --force-submodules include=Documentation.pdf "${CI_PROJECT_NAME}-${CI_COMMIT_TAG}.tar.gz"
- git-archive-all --force-submodules --include=Documentation.pdf "${CI_PROJECT_NAME}-${CI_COMMIT_TAG}.tar.gz"
- 'curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file "${CI_PROJECT_NAME}-${CI_COMMIT_TAG}.tar.gz" "${PACKAGE_REGISTRY_URL}/${CI_COMMIT_TAG}/${CI_PROJECT_NAME}-${CI_COMMIT_TAG}.tar.gz"'
make_release:
......
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