Skip to content

Commit

Permalink
Chore: rename binary for Windows (v2fly#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinoKaede authored Oct 28, 2021
1 parent 9252096 commit 0f1e21c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ jobs:
mkdir -p build_assets
go build -v -o build_assets/v2ray -trimpath -ldflags "-s -w -buildid=" ./main
- name: Rename Windows V2Ray
if: matrix.goos == 'windows'
run: |
cd ./build_assets || exit 1
mv v2ray v2ray.exe
- name: Download geo files
run: |
wget -O release/config/geoip.dat "https://raw.githubusercontent.com/v2fly/geoip/release/geoip.dat"
Expand Down

0 comments on commit 0f1e21c

Please sign in to comment.