try an absolute path instead

This commit is contained in:
Matthias Mailänder
2014-06-05 11:58:01 +02:00
parent 83f11745f7
commit 87ddbddf2f

View File

@@ -39,7 +39,7 @@ before_deploy:
- DOTVERSION=`echo $TRAVIS_TAG | sed "s/-/\\./g"`
- cd packaging
- mkdir build
- ./package-all.sh $TRAVIS_TAG build
- ./package-all.sh $TRAVIS_TAG $PWD/build/
deploy:
provider: releases
api_key: