Skip to content

Commit f00df3f

Browse files
committed
travis: fix deploy
1 parent 71d4ab1 commit f00df3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/travis/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ fi
1414

1515
# Create archive
1616
cd ${TRAVIS_BUILD_DIR}
17-
tar -czf ${TUTTLE_DEPLOY}-${CC}.tgz install-tuttle
17+
tar -czf ${TUTTLE_DEPLOY}-${CC}-python-${PYTHON_VERSION}.tgz install-tuttle

0 commit comments

Comments
 (0)