Skip to content

Commit

Permalink
Change dist filename depends on version
Browse files Browse the repository at this point in the history
  • Loading branch information
coord-e committed Apr 11, 2018
1 parent 9c79734 commit 5d8aa8c
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 @@ -5,11 +5,11 @@ script:
- |
git clone https://github.com/ros/xacro --depth 1 xacro-src
export PYTHONPATH=\$PYTHONPATH:$(pwd)/xacro-src/src
python3 xacro-src/xacro.py --inorder --xacro-ns robots/yamax.xacro > yamax.urdf
python3 xacro-src/xacro.py --inorder --xacro-ns robots/yamax.xacro > YamaX_${TRAVIS_TAG}.urdf
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file: "yamax.urdf"
file: "YamaX_${TRAVIS_TAG}.urdf"
skip_cleanup: true
on:
tags: true

0 comments on commit 5d8aa8c

Please sign in to comment.