Skip to content

Commit

Permalink
feat: 尝试在构建中添加lagr-gocq补充
Browse files Browse the repository at this point in the history
  • Loading branch information
fy0 committed Dec 26, 2024
1 parent 0925afc commit cee1e2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,12 @@ jobs:
name: lagrange.${{ matrix.goos }}-${{ matrix.goarch }}
path: ./lagrange/

- name: Get Lagrange-Gocq
uses: actions/download-artifact@v4
with:
name: lagrange-gocq.${{ matrix.goos }}-${{ matrix.goarch }}
path: ./lagrange/

- name: Get Core
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit cee1e2a

Please sign in to comment.