From 9402c7fc14c9a90de7311495e2e905e3c8ca8b93 Mon Sep 17 00:00:00 2001 From: Larry Archer Date: Tue, 22 Apr 2025 15:31:18 -0500 Subject: [PATCH] DEVTOOLS-16307 collect artifacts from the Mac runner builds --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5a0490b..d7ad54ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,9 @@ build_cloudflared: &build parallel: matrix: - RUNNER_ARCH: [arm, intel] + artifacts: + paths: + - artifacts/* script: # When ENSURE_TAG is set, git describe will fail and end the build if there are no tags - if [ "$ENSURE_TAG" = "true" ] ; then echo Checking for tags ... ; git describe --tags ; fi