Update conda-pack-windows.yml

This commit is contained in:
Menghuan 2024-12-05 23:58:12 +08:00 committed by GitHub
parent dcbfde1356
commit 3142730ec4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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