Skip to content

Commit 493174e

Browse files
committed
CI artifacts
1 parent 5b7d0ed commit 493174e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
- run:
3131
command: |
3232
tree
33+
34+
- run:
35+
name: Compress Artifacts
36+
command: tar -cvzf tempF.tar tempF/
3337
- store_artifacts:
34-
path: tempF/
38+
path: tempF.tar
3539
destination: artifact-file

0 commit comments

Comments
 (0)