From c3185d34847ebb1f9e3f7b6a86c31e336cdef6cd Mon Sep 17 00:00:00 2001 From: sinspired Date: Sat, 21 Sep 2024 17:29:59 +0800 Subject: [PATCH] =?UTF-8?q?bugFix:=E4=BF=AE=E5=A4=8D=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=B5=8B=E9=80=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index d97fcd2..14368f4 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -25,7 +25,7 @@ jobs: env: GOOS: windows GOARCH: amd64 - run: go build -o speedtest.exe + run: go build -o bestipTest.exe - name: Get tag description id: tag_description @@ -58,8 +58,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./speedtest.exe - asset_name: speedtest.exe + asset_path: ./bestipTest.exe + asset_name: bestipTest.exe asset_content_type: application/vnd.microsoft.portable-executable