Skip to content

Commit 86c0542

Browse files
committed
fix move of runtime package
1 parent 32fb766 commit 86c0542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ script:
4242
before_deploy:
4343
- FULL_PACKAGE_VERSION=`sed -n 's/\s*"version":\s*"\([a-zA-Z0-9\.]*\)"\s*,*/\1/p' dist/package.json`
4444
- ls -la dist
45-
- mv dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz ../.deploymentpackage
45+
- mv dist/tns-android*.tgz ../.deploymentpackage
4646
- mv .travis ../
4747
- cd ..
4848
- rm -rf android-runtime

0 commit comments

Comments
 (0)