Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
FIX: Windows build argument regroup/retry.
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaldekloe committed Mar 9, 2017
1 parent 74150b3 commit 812d812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- go get golang.org/x/sys/windows
build_script:
- go test ./...
- go build -ldflags -X main.Version=%VERSION% ./cmd/geth
- go build -ldflags "-X main.Version=%VERSION%" ./cmd/geth
artifacts:
- path: geth.exe
name: geth
Expand Down

0 comments on commit 812d812

Please sign in to comment.