We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866c6c0 commit 38faab4Copy full SHA for 38faab4
.travis.yml
@@ -57,7 +57,7 @@ deploy:
57
provider: releases
58
api_key: $GITRELEASE
59
file:
60
- - robot-`cat ./RELEASE`.pdf
61
- - "Robotics Toolbox for MATLAB.mltbx"
+ - robot.pdf
+ - "Robotics_Toolbox_for_MATLAB.mltbx"
62
skip_cleanup: true
63
overwrite: true
PackageToolbox.prj
@@ -322,6 +322,7 @@ coverage.xml</param.exclude.filters>
322
<file>${PROJECT_ROOT}/Apps</file>
323
<file>${PROJECT_ROOT}/data</file>
324
<file>${PROJECT_ROOT}/models</file>
325
+ <file>${PROJECT_ROOT}/lib</file>
326
<file>${PROJECT_ROOT}/lib/common</file>
327
<file>${PROJECT_ROOT}/lib/spatial-math</file>
328
</fileset.rootfiles>
0 commit comments