From 3142730ec480a2d22cad7cab8bdfc49ae2a19523 Mon Sep 17 00:00:00 2001 From: Menghuan Date: Thu, 5 Dec 2024 23:58:12 +0800 Subject: [PATCH] Update conda-pack-windows.yml --- .github/workflows/conda-pack-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-pack-windows.yml b/.github/workflows/conda-pack-windows.yml index 4990ef34..9eea16e1 100644 --- a/.github/workflows/conda-pack-windows.yml +++ b/.github/workflows/conda-pack-windows.yml @@ -48,7 +48,7 @@ jobs: mkdir workspace Get-ChildItem -Exclude "workspace" | Copy-Item -Destination workspace -Recurse Remove-Item -Path workspace/.git* -Recurse -Force -ErrorAction SilentlyContinue - Move-Item gpt.tar.gz workspace/ + Copy-Item gpt.tar.gz workspace/ -Force Compress-Archive -Path "workspace\*" -DestinationPath "workspace_with_env.zip" - name: Upload packed files