Update conda-pack-windows.yml

This commit is contained in:
Menghuan 2024-12-05 22:12:53 +08:00 committed by GitHub
parent cd8212f5cd
commit 001765afc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -45,10 +45,10 @@ jobs:
- name: Pack workspace and environment
shell: bash -l {0}
run: |
conda activate gpt
conda pack -n gpt -o gpt.tar.gz
cd temp_workspace
tar -czf ../workspace.tar.gz *
conda activate gpt
conda pack -n gpt -o gpt.tar.gz
cd temp_workspace
tar -czf ../workspace.tar.gz *
- name: Upload packed files
uses: actions/upload-artifact@v2