try an absolute path instead
This commit is contained in:
@@ -39,7 +39,7 @@ before_deploy:
|
|||||||
- DOTVERSION=`echo $TRAVIS_TAG | sed "s/-/\\./g"`
|
- DOTVERSION=`echo $TRAVIS_TAG | sed "s/-/\\./g"`
|
||||||
- cd packaging
|
- cd packaging
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- ./package-all.sh $TRAVIS_TAG build
|
- ./package-all.sh $TRAVIS_TAG $PWD/build/
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key:
|
api_key:
|
||||||
|
|||||||
Reference in New Issue
Block a user