Skip to content

Commit

Permalink
Use AppVeyor for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk7 committed Mar 1, 2020
1 parent 77fde10 commit 3763eb7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ script:
- 'cd ..'
notifications:
email: false
deploy:
provider: releases
api_key:
secure: Y4vr+lcsGVm8rLNI5Ja/e1GwI+9HBCC+29pfRgXJcVaLaYEULgfZDf/h0PoK+mA7B+ooXbivJQkbtCU1mkYpMQq8RywFpk1sTM+BbrpV8Ro2XgEkELmJZ/okYZMh/YH5xee970uc3WczGAHswg+erP7Cju1JPdYh+0uU7rDZ1OeTTJvV1qECijyOtM5Xaa6yXYYx9lK6EK+Prk9k5l/T6grY0bo5MKvuGx1Y0CC7D6YirVy9qnsm7DqFnCSlaTHQ+Hp/MQ1QnQuB0DERw0K6NANtYoLBYtYUf37UmYgdpkryYpVJByqIvd962cv0/qz0KqDDxDrI4GLcRc1LwJm265IhhoSD3QLLgTfrFQ8KHmXbm7bXTkaeaY3j1qPvBE9MzKWtTuAIsw6y8dnBLCfurhGTDESXNbRmB6RAJfF3OTTxdN6r4lcZnEjNbj5sds1BrgvJ5THvrOlAFbjzlUSxkDaLo7We9CCGPV/LrYi6dp1wAFhwphY7Y8D6qAsGQYB4WdNtSLTDPiRIsDske7oez9S3x9iRkUGzYm8wIUW4ki6x/aWRFq+AFx06uMYFtESzNLCinqj3JiC6dbMEe51rKX1U8Nx3oC2mxI3mmohP5LZYt9HNuu2O3wRwKwkB6yoJsKfU5WlF6DFjeIAuSlZDpeiJlXifOOOUbKAxI/+cRfc=
file_glob: true
file: 'out/*.{exe,zip}'
on:
repo: yuk7/wsldl
tags: true
all_branches: true
skip_cleanup: true
#deploy:
# provider: releases
# api_key:
# secure: Y4vr+lcsGVm8rLNI5Ja/e1GwI+9HBCC+29pfRgXJcVaLaYEULgfZDf/h0PoK+mA7B+ooXbivJQkbtCU1mkYpMQq8RywFpk1sTM+BbrpV8Ro2XgEkELmJZ/okYZMh/YH5xee970uc3WczGAHswg+erP7Cju1JPdYh+0uU7rDZ1OeTTJvV1qECijyOtM5Xaa6yXYYx9lK6EK+Prk9k5l/T6grY0bo5MKvuGx1Y0CC7D6YirVy9qnsm7DqFnCSlaTHQ+Hp/MQ1QnQuB0DERw0K6NANtYoLBYtYUf37UmYgdpkryYpVJByqIvd962cv0/qz0KqDDxDrI4GLcRc1LwJm265IhhoSD3QLLgTfrFQ8KHmXbm7bXTkaeaY3j1qPvBE9MzKWtTuAIsw6y8dnBLCfurhGTDESXNbRmB6RAJfF3OTTxdN6r4lcZnEjNbj5sds1BrgvJ5THvrOlAFbjzlUSxkDaLo7We9CCGPV/LrYi6dp1wAFhwphY7Y8D6qAsGQYB4WdNtSLTDPiRIsDske7oez9S3x9iRkUGzYm8wIUW4ki6x/aWRFq+AFx06uMYFtESzNLCinqj3JiC6dbMEe51rKX1U8Nx3oC2mxI3mmohP5LZYt9HNuu2O3wRwKwkB6yoJsKfU5WlF6DFjeIAuSlZDpeiJlXifOOOUbKAxI/+cRfc=
# file_glob: true
# file: 'out/*.{exe,zip}'
# on:
# repo: yuk7/wsldl
# tags: true
# all_branches: true
# skip_cleanup: true
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ artifacts:
- path: 'out-arm64\icons_arm64.zip'
- path: 'out-arm64\Launcher_arm64.exe'

#deploy:
# - provider: GitHub
# auth_token:
# secure: rCqOyJBPSWdF3bF/UbVvDFT+VRukRKDBR1Kk0W6viw8BjXJYTxZcyrWTUyIMBtJR
# on:
# appveyor_repo_tag: true # deploy on tag push only
deploy:
- provider: GitHub
auth_token:
secure: 30zYhu56OWBUmac85epZskJHKBlIMZ1fQ5N68zQ3eYzekuMulqoufur/TLeBoa6F
on:
appveyor_repo_tag: true # deploy on tag push only

0 comments on commit 3763eb7

Please sign in to comment.