Skip to content

Commit f18b8e5

Browse files
committed
CircleCI: fix persist_to_workspace path
1 parent 2f0ab22 commit f18b8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
zip -r ../artifacts/mod_sdk.zip . && cp lib/libserver_modloader.so ../artifacts && cd ..
2222
- persist_to_workspace:
2323
root: artifacts/
24-
paths: ".*"
24+
paths: "*"
2525
- store_artifacts:
2626
path: artifacts/
2727
destination: /

0 commit comments

Comments
 (0)