Update conda-pack-windows.yml

This commit is contained in:
Menghuan 2024-12-05 23:36:12 +08:00 committed by GitHub
parent 244e0dc957
commit de28c44ff8
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:
cp -r * workspace/ 2>/dev/null || :
rm -rf workspace/.git*
mv gpt.tar.gz workspace/
zip -r workspace_with_env.zip workspace/*
Compress-Archive -Path "workspace\*" -DestinationPath "workspace_with_env.zip"
- name: Upload packed files
uses: actions/upload-artifact@v4