Skip to content

Commit

Permalink
fix: 完善构建安装逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
liufang-robot committed Jun 16, 2024
1 parent eb6664f commit e81c508
Showing 1 changed file with 25 additions and 10 deletions.
35 changes: 25 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,31 @@ jobs:
uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name:
- lebai-linux-x64-deb
- lebai-linux-x64-nupkg
- lebai-linux-x64-whl
- lebai-win-x64-exe
- lebai-win-x64-nupkg
- lebai-win-x64-38-whl
- lebai-win-x64-39-whl
- lebai-win-x64-310-whl
- lebai-win-x64-311-whl
name: lebai-linux-x64-deb
- uses: actions/download-artifact@v4
with:
name: lebai-linux-x64-nupkg
- uses: actions/download-artifact@v4
with:
name: lebai-linux-x64-whl
- uses: actions/download-artifact@v4
with:
name: lebai-win-x64-exe
- uses: actions/download-artifact@v4
with:
name: lebai-win-x64-nupkg
- uses: actions/download-artifact@v4
with:
name: lebai-win-x64-38-whl
- uses: actions/download-artifact@v4
with:
name: lebai-win-x64-39-whl
- uses: actions/download-artifact@v4
with:
name: lebai-win-x64-310-whl
- uses: actions/download-artifact@v4
with:
name: lebai-win-x64-311-whl
- name: Display structure of downloaded files
run: ls -l
- name: Extract Project Version
Expand Down

0 comments on commit e81c508

Please sign in to comment.