Upload Daily Build.

This commit is contained in:
Gonzalo Exequiel Pedone 2020-06-18 17:11:52 -03:00
parent 216d4cd626
commit e65a713f7c
No known key found for this signature in database
GPG key ID: B8B09E63E9B85BAF
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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