We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0ab22 commit f18b8e5Copy full SHA for f18b8e5
1 file changed
.circleci/config.yml
@@ -21,7 +21,7 @@ jobs:
21
zip -r ../artifacts/mod_sdk.zip . && cp lib/libserver_modloader.so ../artifacts && cd ..
22
- persist_to_workspace:
23
root: artifacts/
24
- paths: ".*"
+ paths: "*"
25
- store_artifacts:
26
path: artifacts/
27
destination: /
0 commit comments