From 001765afc16f92e6b1f990af246417188f1381b3 Mon Sep 17 00:00:00 2001 From: Menghuan Date: Thu, 5 Dec 2024 22:12:53 +0800 Subject: [PATCH] Update conda-pack-windows.yml --- .github/workflows/conda-pack-windows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/conda-pack-windows.yml b/.github/workflows/conda-pack-windows.yml index 419b495c..5817ec38 100644 --- a/.github/workflows/conda-pack-windows.yml +++ b/.github/workflows/conda-pack-windows.yml @@ -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