fix travis deployment configuration
This commit is contained in:
parent
c73a0edf39
commit
c0081abf82
1 changed files with 3 additions and 1 deletions
|
@ -48,13 +48,15 @@ jobs:
|
|||
github_token: $GITHUB_TOKEN
|
||||
|
||||
- stage: "Deploy"
|
||||
if: branch = master AND tag is present
|
||||
if: tag is present
|
||||
script: skip
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: $GITHUB_TOKEN
|
||||
file: "SSLClient.zip"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
|
||||
install:
|
||||
- curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/bin sudo sh
|
||||
|
|
Loading…
Reference in a new issue