We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6303680 commit 65adb27Copy full SHA for 65adb27
1 file changed
.circleci/config.yml
@@ -21,7 +21,7 @@ jobs:
21
name: "Run CI Steps"
22
command: ./scripts/ci.bash
23
- store_artifacts:
24
- path: ./release/*.tar.gz
+ path: ./release/
25
26
build_git_alpine:
27
machine:
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
build_git_macos:
44
macos:
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
workflows:
61
version: 2
0 commit comments