Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JinBridger committed Mar 4, 2024
1 parent d62a567 commit a98bce6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bigdl-build-portable-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a98bce6

Please sign in to comment.