Skip to content

Commit 38faab4

Browse files
committed
trying to get it to save common and spatial-math
put underscores in long filename of mltbx file
1 parent 866c6c0 commit 38faab4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ deploy:
5757
provider: releases
5858
api_key: $GITRELEASE
5959
file:
60-
- robot-`cat ./RELEASE`.pdf
61-
- "Robotics Toolbox for MATLAB.mltbx"
60+
- robot.pdf
61+
- "Robotics_Toolbox_for_MATLAB.mltbx"
6262
skip_cleanup: true
6363
overwrite: true

PackageToolbox.prj

+1
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ coverage.xml</param.exclude.filters>
322322
<file>${PROJECT_ROOT}/Apps</file>
323323
<file>${PROJECT_ROOT}/data</file>
324324
<file>${PROJECT_ROOT}/models</file>
325+
<file>${PROJECT_ROOT}/lib</file>
325326
<file>${PROJECT_ROOT}/lib/common</file>
326327
<file>${PROJECT_ROOT}/lib/spatial-math</file>
327328
</fileset.rootfiles>

0 commit comments

Comments
 (0)