🐛 刷新dns缓存

This commit is contained in:
2024-10-03 20:16:54 +08:00
parent c8529456ef
commit d7b62c2157
5 changed files with 7 additions and 7 deletions

View File

@ -41,8 +41,8 @@ jobs:
- name: Build
run: |
export GOOS=${{ matrix.os == 'ubuntu-latest' && 'linux' || matrix.os == 'windows-latest' && 'windows'}}
export GOARCH=${{ matrix.arch }}
GOOS=${{ matrix.os == 'ubuntu-latest' && 'linux' || matrix.os == 'windows-latest' && 'windows'}}
GOARCH=${{ matrix.arch }}
go build -o build/${{ GOOS }}-${{ matrix.arch }}/server-status-server main.go
- name: Upload binaries