Skip to content

Commit

Permalink
Change the multitool windows release name
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarkovtsev committed Jan 31, 2018
1 parent 20372fe commit 0279576
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ environment:

build_script:
- go get -v github.com/src-d/datasets/PublicGitArchive/multitool
- 7z a c:\gopath\src\github.com\src-d\datasets\multitool.win64.zip %GOPATH%\bin\multitool.exe
- 7z a c:\gopath\src\github.com\src-d\datasets\multitool.windows_amd64.zip %GOPATH%\bin\multitool.exe

artifacts:
- name: multitool.win64.zip
path: multitool.win64.zip
- name: multitool.windows_amd64.zip
path: multitool.windows_amd64.zip

deploy:
release: $(APPVEYOR_REPO_TAG_NAME)
provider: GitHub
auth_token:
secure: 78zsH4q19DqcpdkwnYHQoe0BakBfv+LGu1W7mXuaBC9mS87+EuAj3+yTzJv4NEfI
artifact: multitool.win64.zip
artifact: multitool.windows_amd64.zip
on:
branch: master
appveyor_repo_tag: true

0 comments on commit 0279576

Please sign in to comment.