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 926bc4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ 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/darwin_amd64.zip > lag/darwin_amd64.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/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/linux_arm64.zip > lag/linux_arm64.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/windows_amd64.zip > lag/windows_amd64.zip
- name: Upload
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 926bc4a

Please sign in to comment.