Skip to content

Commit

Permalink
Fix appveyor path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hebaishi committed Apr 27, 2016
1 parent f550b9b commit b001893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ platform: x64
configuration: Release

artifacts:
- path: gtf2tab\gtf2tab_win.zip
- path: gtf2tab_win.zip
name: gtf2tab_win.zip

install:
Expand All @@ -31,7 +31,6 @@ deploy:
description: 'Windows release'
auth_token:
secure: TkgB1ClpbVUS+9ijNYIAo2UmcULYOSeEkMbu4Ydo8nrmlmkNTq9+GqcBzAQnU+nC
artifact: gtf2tab_win.zip
draft: false
prerelease: false
on:
Expand Down
2 changes: 1 addition & 1 deletion include/version.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
namespace VERSION {
const int MAJOR = 0;
const int MINOR = 1;
const int PATCH = 17;
const int PATCH = 18;
}

0 comments on commit b001893

Please sign in to comment.