DEVTOOLS-16307 collect artifacts from the Mac runner builds

This commit is contained in:
Larry Archer 2025-04-22 15:31:18 -05:00
parent 7a8fcc364e
commit 9402c7fc14
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -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