Fix bintray upload
This commit is contained in:
parent
0a351990c2
commit
19a869377a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue