fix clean up code

This commit is contained in:
SoftFever 2025-03-26 22:22:15 +08:00
parent 02b34f8ddb
commit 8930b782fe

View File

@ -80,7 +80,7 @@ jobs:
./build_release_macos.sh -dx -a universal -t 10.15 -1 ./build_release_macos.sh -dx -a universal -t 10.15 -1
for arch in arm64 x86_64; do for arch in arm64 x86_64; do
(cd "${{ github.workspace }}/deps/build/${arch}" && \ (cd "${{ github.workspace }}/deps/build/${arch}" && \
find . -maxdepth 2 -not -path "*/OrcaSlicer_dep*" -delete) find . -mindepth 1 -maxdepth 1 ! -name 'OrcaSlicer_dep' -exec rm -rf {} +)
done done
brew install zstd brew install zstd