From 8d2372624a3211fe65dccb5cd60f0df8824ca826 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Thu, 12 Oct 2023 01:44:56 -0400 Subject: [PATCH] fix windows ci error --- .github/workflows/build_all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 70107ff9..36c7def1 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -196,8 +196,8 @@ jobs: cp -a mcxstudio/mcxviewer.app bin elif [[ "$RUNNER_OS" == "Windows" ]]; then rm -rf octave cuda_installer* bin/mcx.lib bin/mcx.exp - strip -S bin/* - upx/upx-4.0.2-win64/upx -9 bin/* || true + strip -S bin/mcx* || true + upx/upx-4.0.2-win64/upx -9 bin/mcx* || true rm -rf upx else strip bin/mcx* || true