Commit aafcb049 authored by mercury233's avatar mercury233

test appveyor

parent d01528d0
...@@ -53,6 +53,9 @@ after_build: ...@@ -53,6 +53,9 @@ after_build:
- mkdir replay - mkdir replay
- appveyor DownloadFile https://github.com/mercury233/ygopro/raw/server/cards.cdb - appveyor DownloadFile https://github.com/mercury233/ygopro/raw/server/cards.cdb
- 7z a ygopro-ver.233.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck pics replay -xr!.git* - 7z a ygopro-ver.233.7z ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck pics replay -xr!.git*
- git tag -d latest
- git tag latest HEAD
- git push -f origin latest
test: off test: off
...@@ -63,8 +66,8 @@ artifacts: ...@@ -63,8 +66,8 @@ artifacts:
name: ygopro-ver.233 name: ygopro-ver.233
deploy: deploy:
tag: ygopro-$(appveyor_build_version) tag: latest
release: ygopro-$(appveyor_build_version) release: latest
description: 'Automatic Build by Appveyor' description: 'Automatic Build by Appveyor'
provider: GitHub provider: GitHub
auth_token: auth_token:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment