Skip to content

Commit 261e74d

Browse files
author
arthosofteq
committed
add build artifacts
1 parent 21bfba8 commit 261e74d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,6 +1559,13 @@ workflows:
15591559
parallelism: 4
15601560
requires:
15611561
- Build docker images (stage)
1562+
- store-build-artifacts:
1563+
name: Store build artifacts (stage)
1564+
requires:
1565+
- Build app - Linux (stage)
1566+
- Build app - MacOS (stage)add build
1567+
- Build app - Windows (stage)
1568+
- Build docker images (stage)
15621569

15631570
# Needs approval from QA team that build was tested before merging to latest
15641571
- qa-approve:

0 commit comments

Comments
 (0)