1. update url

2. not publish non-version portable zip.
This commit is contained in:
JaredDC 2021-07-01 01:34:09 +08:00
parent 41fb0a7900
commit c92eb7ec1e
2 changed files with 6 additions and 8 deletions

View file

@ -5,7 +5,7 @@
### Download
Click the **BUTTON** below to **download** the latest binary file
[![LatestProtable](https://img.shields.io/badge/download-protable-brightgreen)](https://ci.appveyor.com/api/buildjobs/n3pgmk27y4f4s4x7/artifacts/v2rayN%2Fv2rayN%2Fbin%2Fv2rayN.Protable.zip)
[![LatestPortable](https://img.shields.io/badge/download-latest-brightgreen)](https://ci.appveyor.com/project/JaredDC/v2rayn/build/artifacts)
### How to use

View file

@ -26,15 +26,13 @@ after_build:
cd v2rayN\bin\Release
7z a v2rayN.Protable.zip .
7z a v2rayN.Portable.zip .
move v2rayN.Protable.zip ..\..\..\v2rayN.Protable-%GIT_TAG%.zip
move v2rayN.Portable.zip ..\..\..\v2rayN.Portable-%GIT_TAG%.zip
artifacts:
- path: v2rayN\v2rayN\bin\Release
name: v2rayN.Protable
- path: v2rayN\v2rayN.Protable-%GIT_TAG%.zip
name: v2rayN.Protable-Version
- path: v2rayN\v2rayN.Portable-%GIT_TAG%.zip
name: v2rayN.Portable-Version
on_success:
- echo succeed
@ -45,7 +43,7 @@ deploy:
provider: GitHub
auth_token:
secure: jjIUlINV2I/vxMzoH/jX11I6/rwEo237ELLgm37s3GdLQV3XkNbtVI/BVXjU4xSD
artifact: v2rayN.Protable, v2rayN.Protable-Version
artifact: v2rayN.Portable, v2rayN.Portable-Version
draft: true
prerelease: false
on: