From 8c1d4296aef0a05a0daf3757ceecedf0b062aba5 Mon Sep 17 00:00:00 2001 From: snowykami Date: Wed, 2 Oct 2024 23:28:47 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E6=B7=BB=E5=8A=A0=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81?= 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 6dc8a48..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/${{ matrix.os }}-${{ matrix.arch }}/server-status-server cmd/main.go + go build -o build/${{ matrix.os }}-${{ matrix.arch }}/server-status-server main.go - name: Upload binaries uses: actions/upload-artifact@v3