Skip to content

Commit

Permalink
cicd: add upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
JinBridger committed Nov 2, 2023
1 parent 236a038 commit da83bf8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bigdl-release-portable-executable-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
- name: run bat
run: '& cd ./python/llm/portable-zip; ./setup.bat'
shell: powershell
- uses: actions/upload-artifact@v3
with:
name: portable-zip
path: ./python/llm/portable-zip/bigdl-llm.zip

build-zip-gui:
runs-on: [self-hosted, llm, windows]
Expand All @@ -31,3 +35,7 @@ jobs:
- name: run bat
run: '& cd ./python/llm/portable-zip; ./setup.bat --ui'
shell: powershell
- uses: actions/upload-artifact@v3
with:
name: portable-zip
path: ./python/llm/portable-zip/bigdl-llm-ui.zip

0 comments on commit da83bf8

Please sign in to comment.