From a98bce69e2f15c2a641dd4874bd6eddb2e6ed7fc Mon Sep 17 00:00:00 2001 From: jinbridge <2635480475@qq.com> Date: Mon, 4 Mar 2024 14:01:53 +0800 Subject: [PATCH] fix --- .github/workflows/bigdl-build-portable-zip.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bigdl-build-portable-zip.yml b/.github/workflows/bigdl-build-portable-zip.yml index 85ebb5b6d34..51da7dd6dd4 100644 --- a/.github/workflows/bigdl-build-portable-zip.yml +++ b/.github/workflows/bigdl-build-portable-zip.yml @@ -47,10 +47,11 @@ jobs: cd .\python\llm\portable-zip setup.bat --python-zip powershell -Command "Expand-Archive .\bigdl-llm.zip -DestinationPath .\bigdl-llm-portable" + cd ..\..\.. - uses: actions/upload-artifact@v4 with: name: bigdl-llm-portable - path: ./python/llm/portable-zip/bigdl-llm-portable.zip + path: ./python/llm/portable-zip/bigdl-llm-portable/ generate-gpg-sign: needs: build-portable-zip runs-on: [self-hosted, Bree]