Fix Travis deployment
This commit is contained in:
parent
c90afe1ece
commit
a4adbff689
|
@ -31,7 +31,7 @@ jobs:
|
||||||
file: bin/dcd-*.tar.gz
|
file: bin/dcd-*.tar.gz
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
repo: dlang-community/dcd
|
repo: dlang-community/DCD
|
||||||
tags: true
|
tags: true
|
||||||
- stage: GitHub Release
|
- stage: GitHub Release
|
||||||
#if: tag IS present
|
#if: tag IS present
|
||||||
|
@ -45,7 +45,7 @@ jobs:
|
||||||
file: bin/dcd-*.tar.gz
|
file: bin/dcd-*.tar.gz
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
repo: dlang-community/dcd
|
repo: dlang-community/DCD
|
||||||
tags: true
|
tags: true
|
||||||
- stage: GitHub Release
|
- stage: GitHub Release
|
||||||
#if: tag IS present
|
#if: tag IS present
|
||||||
|
@ -66,7 +66,7 @@ jobs:
|
||||||
file: bin/dcd-.*.zip
|
file: bin/dcd-.*.zip
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
repo: dlang-community/dcd
|
repo: dlang-community/DCD
|
||||||
tags: true
|
tags: true
|
||||||
stages:
|
stages:
|
||||||
- name: test
|
- name: test
|
||||||
|
|
Loading…
Reference in New Issue