diff options
author | Brad King <brad.king@kitware.com> | 2022-06-01 16:28:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-06-01 16:29:21 (GMT) |
commit | 6cef17bc6ef575426b7ee0c4eda5f2e951101c1c (patch) | |
tree | b0969ebfe0d2a92ade9507531bd9594abc543420 /.gitlab | |
parent | fa561c6d96e77654a12767a86ef7278cec1eff24 (diff) | |
download | CMake-6cef17bc6ef575426b7ee0c4eda5f2e951101c1c.zip CMake-6cef17bc6ef575426b7ee0c4eda5f2e951101c1c.tar.gz CMake-6cef17bc6ef575426b7ee0c4eda5f2e951101c1c.tar.bz2 |
gitlab-ci: name artifacts produced by release package jobs
Name the `.zip` file that GitLab CI uses to hold the package artifacts.
Use a different name for each platform/architecture combination so that
we can download them all to a single local directory without conflicts.
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/artifacts.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/artifacts.yml b/.gitlab/artifacts.yml index 57ae573..e0c8252 100644 --- a/.gitlab/artifacts.yml +++ b/.gitlab/artifacts.yml @@ -66,6 +66,7 @@ .cmake_build_package_artifacts: artifacts: expire_in: 1d + name: "$CMAKE_CI_ARTIFACTS_NAME" paths: # Allow CPack to find CMAKE_ROOT. - build/CMakeFiles/CMakeSourceDir.txt @@ -94,6 +95,7 @@ .cmake_release_artifacts: artifacts: expire_in: 5d + name: "$CMAKE_CI_ARTIFACTS_NAME" # Release artifacts are of interest even for failed jobs. when: always paths: |