Skip to content

Commit d6f0381

Browse files
committed
Set destination in the store_artifacts calls
1 parent ecea8d5 commit d6f0381

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
command: cd sdk && zip -r ../sdk.zip . && cd ..
2020
- store_artifacts:
2121
path: sdk.zip
22+
destination: mod_sdk.zip
2223
- store_artifacts:
23-
path: sdk/lib/libserver_modloader.so
24+
path: sdk/lib/libserver_modloader.so
25+
destination: libserver_modloader.so

0 commit comments

Comments
 (0)