Skip to content

Commit ecea8d5

Browse files
committed
CircleCI: Don't duplicate the sdk/ path in the sdk.zip file
1 parent 921877f commit ecea8d5

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
@@ -16,7 +16,7 @@ jobs:
1616
command: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=../sdk/ .. && make && make install && cd ..
1717
- run:
1818
name: Zip the SDK
19-
command: ls && zip -r sdk.zip sdk/
19+
command: cd sdk && zip -r ../sdk.zip . && cd ..
2020
- store_artifacts:
2121
path: sdk.zip
2222
- store_artifacts:

0 commit comments

Comments
 (0)