Skip to content

Commit

Permalink
chore: 修改下载链接
Browse files Browse the repository at this point in the history
  • Loading branch information
fy0 committed Dec 29, 2024
1 parent bb3ec3c commit fe1c049
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,13 @@ jobs:
- name: Download
run: |
mkdir lag
curl https://d1.sealdice.com/go-cqhttp-largrange/0.0.1/linux_arm64.zip > lag/linux_arm64.zip
curl https://d1.sealdice.com/go-cqhttp-largrange/0.0.1/linux_amd64.zip > lag/linux_amd64.zip
curl https://d1.sealdice.com/go-cqhttp-largrange/0.0.1/windows_amd64.zip > lag/windows_amd64.zip
curl https://d1.sealdice.com/go-cqhttp-largrange/0.0.1/windows_386.zip > lag/windows_386.zip
curl https://d1.sealdice.com/go-cqhttp-largrange/0.0.1/darwin_arm64.zip > lag/darwin_arm64.zip
curl https://d1.sealdice.com/go-cqhttp-largrange/0.0.1/darwin_amd64.zip > lag/darwin_amd64.zip
curl https://d1.sealdice.com/go-cqhttp-largrange/0.0.1/linux_arm64.zip > lag/lagrange-gocq.android-arm64.zip
curl https://d1.sealdice.com/go-cqhttp-largrange/0.0.1/linux_arm64.zip > lag/lagrange-gocq.linux-arm64.zip
curl https://d1.sealdice.com/go-cqhttp-largrange/0.0.1/linux_amd64.zip > lag/lagrange-gocq.linux-amd64.zip
curl https://d1.sealdice.com/go-cqhttp-largrange/0.0.1/windows_amd64.zip > lag/lagrange-gocq.windows-amd64.zip
curl https://d1.sealdice.com/go-cqhttp-largrange/0.0.1/windows_386.zip > lag/lagrange-gocq.windows-386.zip
curl https://d1.sealdice.com/go-cqhttp-largrange/0.0.1/darwin_arm64.zip > lag/lagrange-gocq.darwin-arm64.zip
curl https://d1.sealdice.com/go-cqhttp-largrange/0.0.1/darwin_amd64.zip > lag/lagrange-gocq.darwin-amd64.zip
- name: Upload
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fe1c049

Please sign in to comment.