diff --git a/appveyor.yml b/appveyor.yml index 04c1a4e0..cc9becbf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,6 @@ branches: only: - master -environment: - STATIC_SITE_REPO: https://github.com/JaredDC/v2rayN - GIT_USER_EMAIL: jared.dcx@gmail.com - GIT_USER_NAME: JaredDC image: Visual Studio 2019 configuration: Release test: off @@ -21,17 +17,40 @@ build: after_build: - cmd: - dir + git describe --always --tags >OUTPUTFILE.TXT + + set /P GIT_TAG=