File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,15 @@ before_deploy:
26
26
- bash .travis/create_release.sh
27
27
28
28
deploy :
29
- provider : bintray
30
- file : bintray.json
31
- user : $BINTRAY_USER
32
- key : $BINTRAY_API_KEY
33
- dry-run : false
34
- on : develop
29
+ - provider : releases
30
+ api_key : $GITHUB_API_TOKEN
31
+ file : utPLSQL-cli.zip
32
+ skip_cleanup : true
33
+ on :
34
+ tags : true
35
+ - provider : bintray
36
+ file : bintray.json
37
+ user : $BINTRAY_USER
38
+ key : $BINTRAY_API_KEY
39
+ dry-run : false
40
+ on : develop
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ VERSION=`date +%Y%m%d%H%M`
6
6
mkdir dist
7
7
mv target/appassembler utPLSQL-cli
8
8
zip -r -q dist/utPLSQL-cli-${TRAVIS_BRANCH} -${VERSION} .zip utPLSQL-cli
9
+ zip -r -q utPLSQL-cli.zip utPLSQL-cli
9
10
10
11
cat > bintray.json << EOF
11
12
{
You can’t perform that action at this time.
0 commit comments