mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-06-04 14:15:22 +00:00
🐛 修复网速单位错误的问题
This commit is contained in:
parent
daac74c454
commit
c8529456ef
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -41,8 +41,8 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
GOOS=${{ matrix.os == 'ubuntu-latest' && 'linux' || matrix.os == 'windows-latest' && 'windows'}}
|
||||
GOARCH=${{ matrix.arch }}
|
||||
export GOOS=${{ matrix.os == 'ubuntu-latest' && 'linux' || matrix.os == 'windows-latest' && 'windows'}}
|
||||
export GOARCH=${{ matrix.arch }}
|
||||
go build -o build/${{ GOOS }}-${{ matrix.arch }}/server-status-server main.go
|
||||
|
||||
- name: Upload binaries
|
||||
|
Loading…
x
Reference in New Issue
Block a user