From 1234f19510775763f97d521be6ec704bfe6bb0f1 Mon Sep 17 00:00:00 2001 From: snowykami Date: Thu, 3 Oct 2024 20:17:49 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E5=88=B7=E6=96=B0dns=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32fd482..cc644b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: run: | 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 + go build -o build/${{ matrix.os }}-${{ matrix.arch }}/server-status-server main.go - name: Upload binaries uses: actions/upload-artifact@v3