File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ before_deploy:
2525 - cp resources/info.plist $TRAVIS_BUILD_DIR/dist/
2626 - cp -r resources $TRAVIS_BUILD_DIR/dist/
2727 - cd $TRAVIS_BUILD_DIR/dist
28- - zip ghq-alfred.alfredworkflow ./*
28+ - zip -r ghq-alfred.alfredworkflow ./*
2929
3030deploy :
3131 provider : releases
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ func main() {
1313 app := cli .NewApp ()
1414 app .Name = "ghq-alfred"
1515 app .Usage = "Search your local repos"
16- app .Version = "0.1.1 "
16+ app .Version = "0.1.2 "
1717 app .Action = func (c * cli.Context ) error {
1818 resp := model .NewResponse ()
1919 query := strings .Trim (c .Args ()[0 ], " \n " )
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ bitbucket logo
292292 <string >/usr/local/bin/ghq </string >
293293 </dict >
294294 <key >version </key >
295- <string >0.1.1 </string >
295+ <string >0.1.2 </string >
296296 <key >webaddress </key >
297297 <string >https://www.poyo.info/ </string >
298298</dict >
You can’t perform that action at this time.
0 commit comments