Skip to content

Commit

Permalink
deploy multiple files from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Kuehl committed Jan 4, 2018
1 parent 3819ea8 commit a8cc85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ after_success:
before_deploy:
- cd ${TRAVIS_BUILD_DIR}
- cmake --build build --target package
- export RELEASE_PKG_FILE=$(ls Package/*.tar.gz)
- export RELEASE_PKG_FILE=$(ls Package/*.tar.gz Package/*.deb Package/*.rpm)
- echo "deploying $RELEASE_PKG_FILE to GitHub releases"

deploy:
Expand Down

0 comments on commit a8cc85e

Please sign in to comment.