Skip to content

Commit

Permalink
Use Appveyor panel to do manual release
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron533 committed May 10, 2020
1 parent dba233b commit c13292b
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,21 +156,7 @@ after_build:

# providers: Local, FTP, WebDeploy, AzureCS, AzureBlob, S3, NuGet, Environment
# provider names are case-sensitive!
#deploy:

# # Deploy to GitHub Releases
# - provider: GitHub
# auth_token:
# secure: ZrRlVe3eWp1ccIVZcmFrI7vaCxwz5ewIMSmaPUTjMGyC1rVRlYm7nWWi6Pzkpe0A
# description: '%APPVEYOR_BUILD_VERSION%'
# artifact: Shadowsocks-%APPVEYOR_BUILD_VERSION%.zip, Shadowsocks-%APPVEYOR_BUILD_VERSION%.zip.hash
# draft: true
# prerelease: true
# on:
# branch: master # release from master branch only
# configuration: Release
# APPVEYOR_REPO_TAG: true # deploy on tag push only

# deploy:

# # scripts to run before deployment
# before_deploy:
Expand Down

0 comments on commit c13292b

Please sign in to comment.