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 921877f commit ecea8d5Copy full SHA for ecea8d5
.circleci/config.yml
@@ -16,7 +16,7 @@ jobs:
16
command: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=../sdk/ .. && make && make install && cd ..
17
- run:
18
name: Zip the SDK
19
- command: ls && zip -r sdk.zip sdk/
+ command: cd sdk && zip -r ../sdk.zip . && cd ..
20
- store_artifacts:
21
path: sdk.zip
22
0 commit comments