Skip to content

Commit c27b8b6

Browse files
committed
Call ./scripts/build-archive.sh directly
Signed-off-by: Alexander Rodin <rodin.alexander@gmail.com>
1 parent ba753d1 commit c27b8b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
command: |
251251
export PATH="$HOME/.cargo/bin:/c/Strawberry/perl/bin:/c/Program Files/CMake/bin:$PATH"
252252
function zip() {
253-
echo "Compress-Archive $3 $2" | powershell
253+
echo "Compress-Archive \"$3\" \"$2\"" | powershell
254254
}
255255
export -f zip
256256
@@ -261,7 +261,7 @@ jobs:
261261
export RUST_LTO="lto"
262262
export TARGET="x86_64-pc-windows-msvc"
263263
264-
make build-archive
264+
./scripts/build-archive.sh
265265
- persist_to_workspace:
266266
root: target/artifacts
267267
paths:

0 commit comments

Comments
 (0)