Skip to content

Commit 65adb27

Browse files
committed
Revert "[ci] only upload tarball artifacts"
This reverts commit 6303680.
1 parent 6303680 commit 65adb27

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: "Run CI Steps"
2222
command: ./scripts/ci.bash
2323
- store_artifacts:
24-
path: ./release/*.tar.gz
24+
path: ./release/
2525

2626
build_git_alpine:
2727
machine:
@@ -38,7 +38,7 @@ jobs:
3838
name: "Run CI Steps"
3939
command: ./scripts/ci.bash
4040
- store_artifacts:
41-
path: ./release/*.tar.gz
41+
path: ./release/
4242

4343
build_git_macos:
4444
macos:
@@ -55,7 +55,7 @@ jobs:
5555
name: "Run CI Steps"
5656
command: ./scripts/ci.bash
5757
- store_artifacts:
58-
path: ./release/*.tar.gz
58+
path: ./release/
5959

6060
workflows:
6161
version: 2

0 commit comments

Comments
 (0)