File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2020 - DEPENDENCIES_INSTALL=${TRAVIS_BUILD_DIR}/install-dependencies
2121 - TUTTLE_BUILD=${TRAVIS_BUILD_DIR}/build-tuttle
2222 - TUTTLE_INSTALL=${TRAVIS_BUILD_DIR}/install-tuttle
23+ - TUTTLE_DEPLOY=tuttle-${_system_name}-${_system_version}-${_system_arch}
2324 - CI_NODE_TOTAL=2
2425
2526matrix :
@@ -123,7 +124,7 @@ deploy:
123124 provider : releases
124125 api_key :
125126 secure : ${GITHUB_RELEASE_API_KEY}
126- file : tuttle-${_system_name}-${_system_version}-${_system_arch }-${CC}.tgz
127+ file : ${TUTTLE_DEPLOY }-${CC}.tgz
127128 skip_cleanup : true
128129 on :
129130 branch : master
Original file line number Diff line number Diff line change 1313
1414# Create archive
1515cd ${TRAVIS_BUILD_DIR}
16- tar -czf tuttle- ${_system_name} - ${_system_version} - ${_system_arch } -${CC} .tgz install-tuttle
16+ tar -czf ${TUTTLE_DEPLOY } -${CC} .tgz install-tuttle
You can’t perform that action at this time.
0 commit comments