Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
fix build artifact name conflicted
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 committed Jan 10, 2022
1 parent b363454 commit 3c661d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: 1.17

- name: Build Linux
run: go build -o ./dist/biligo-ws-live
run: go build -o ./dist/biligo-ws-live-${{ matrix.goarch }}
env:
GOARCH: ${{ matrix.goarch }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

## 直接使用

目前的公共 API 地址: https://blive.chu77.xyz/ **(暂定测试用,之后域名及位置会有所更改)**
目前的公共 API 地址: https://blive.ericlamm.xyz/ (位置: HK)

执行 GET / 后 显示

Expand Down

0 comments on commit 3c661d7

Please sign in to comment.