Skip to content

Commit

Permalink
v0.1.1: Fix release binary packaging
Browse files Browse the repository at this point in the history
This release should fix a bug that prevented static binaries from being
released.
  • Loading branch information
emk committed Jun 16, 2019
1 parent 4c9fcfb commit b366858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ script:
- cargo clippy -- -D warnings
before_deploy:
#- cargo doc
- ./build-release streaming-geocode "${TRAVIS_TAG}-${TRAVIS_OS_NAME}"
- ./build-release geocode-csv "${TRAVIS_TAG}-${TRAVIS_OS_NAME}"
deploy:
- provider: releases
api_key:
secure: xml5iUUHFkGuugQ7XDs09AkX6v24cvbZjf/dtP8EjVAfT0T63jZnPoiXFxUtqJ5WU4tzb7z0LgiF4kATP7rFHzxSZDbPjhdDKzDJqBXVMkfqmzA3y67cIv1TxV2slCENXCofDuRNhmx21iRRTgUIE+m7rrb5teG/XISUYR22441VyOg+Nx/ZZ+9r+V5seHU7wgskA3/xx3tItzGADG/2Vbvg1yHuU5NbkevtvcrWNOPp6XhEDrdrnflC/yGJODCkyOtRCHi54DWU0i96LrCY5qdggvlTsVk9lYKImBIehSUXSC7EMsGKn9qqYAfwJ5NhZ+h66LVqWkA5SdRpoaD1e1pwUI3RNvezJoYSJpQtCi4uhEhB6cw+ZQq3e8C06WLVga2T+mTdLfaEg0e6nrUAl25rlYrhO73+mjuh8FiUOwy/1N3OeI6wWhSDv0DWuRhDW33Tb7c0rLer7yzrqyEOcgEURYgEBOgW9WD2/cFSW3HGdTCAY+MrDub07Gz/13j0kfWGDzGIwMlG91es6HIlTdVx70FcocWs7F3H5Q4xZAQYg7SudwW1q4PBX27EZ4uk8Lm67SDxd1nWHyb6er4GXLg9r6P1224kdMd3okbPp4a5r91n1wxMOqC5CpHdXP+yPs2aY6cunTfLy0KPHfnl2Y5F6gvDwnDVA51zxLsuKF0=
file_glob: true
file: "streaming-geocode-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.*"
file: "geocode-csv-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.*"
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit b366858

Please sign in to comment.