Fix bintray upload

This commit is contained in:
Stefan Koch 2018-01-30 12:49:31 +01:00 committed by Leandro Lucarella
parent 0a351990c2
commit 19a869377a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
- beaver dlang make pkg - beaver dlang make pkg
deploy: deploy:
provider: script provider: script
script: beaver bintray upload build/last/pkg/*.deb script: beaver bintray upload -d dlang-community/apt/dfmt build/last/pkg/*.deb
skip_cleanup: true skip_cleanup: true
on: on:
tags: true # must be a git tag tags: true # must be a git tag