Skip to content

Commit

Permalink
bugFix:修复下载测速
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired committed Sep 21, 2024
1 parent b3a4f90 commit c3185d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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


Expand Down

0 comments on commit c3185d3

Please sign in to comment.