From 4369fa2446ffd1a7183a3bb3367ea1bf3d66b593 Mon Sep 17 00:00:00 2001 From: Hu Yueh-Wei Date: Sun, 26 Jan 2025 21:56:05 +0800 Subject: [PATCH] fix: refine win CI script (#619) --- .github/workflows/build_win.yml | 4 ++-- docs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_win.yml b/.github/workflows/build_win.yml index 4c7016debe..5ea61d938a 100644 --- a/.github/workflows/build_win.yml +++ b/.github/workflows/build_win.yml @@ -108,9 +108,9 @@ jobs: run: | Write-Host "Current directory: $(Get-Location)" - Compress-Archive -Path ./ten_manager/bin/tman/* -DestinationPath ./tman-win-${{ matrix.build_type }}-x64.zip -CompressionLevel Optimal + Compress-Archive -Path ten_manager/bin/tman -DestinationPath tman-win-${{ matrix.build_type }}-x64.zip -CompressionLevel Optimal - Compress-Archive -Path ./app/default_app_cpp/*, ./ten_packages/system/ten_runtime/*, ./ten_packages/extension/default_extension_cpp/* -DestinationPath ./ten_packages-win-${{ matrix.build_type }}-x64.zip -CompressionLevel Optimal + Compress-Archive -Path app/default_app_cpp, ten_packages/system/ten_runtime, ten_packages/extension/default_extension_cpp -DestinationPath ten_packages-win-${{ matrix.build_type }}-x64.zip -CompressionLevel Optimal - name: Publish to release assets uses: softprops/action-gh-release@v2 diff --git a/docs b/docs index 2e2f3fb12b..b7e029a6f1 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 2e2f3fb12b596b967c29d9c28bab02b3cd271fc4 +Subproject commit b7e029a6f1a64bd6ea87cf0a7bd8b65b3133cc61