Upload Daily Build.
This commit is contained in:
parent
216d4cd626
commit
e65a713f7c
2 changed files with 3 additions and 3 deletions
|
@ -97,8 +97,8 @@ script:
|
|||
after_success:
|
||||
- chmod +x ports/ci/travis/deploy.sh
|
||||
- ports/ci/travis/deploy.sh
|
||||
# - chmod +x ports/ci/travis/upload.sh
|
||||
# - ports/ci/travis/upload.sh
|
||||
- chmod +x ports/ci/travis/upload.sh
|
||||
- ports/ci/travis/upload.sh
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
|
@ -57,7 +57,7 @@ if [[ ( ! -z "$DAILY_BUILD" || ! -z "$RELEASE_BUILD" ) && "$TRAVIS_BRANCH" == "m
|
|||
--override=true \
|
||||
--publish=$publish \
|
||||
$f \
|
||||
webcamoid/webcamoid/webcamoid/$version \
|
||||
webcamoid/webcamoid/akvirtualcamera/$version \
|
||||
$folder/
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue