Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FeulerLoup authored Feb 8, 2024
1 parent 93b193b commit d8a974f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
project_path: "."
asset_name: "${{ BINARY_NAME }}-${{ matrix.goos }}-${{ matrix.goarch }}"
asset_name: "CloudflareWarpSpeedTest-${{ matrix.goos }}-${{ matrix.goarch }}"
goversion: "1.20"
ldflags: "${{ env.LD_FLAGS }}"

0 comments on commit d8a974f

Please sign in to comment.