Commit 91539bab authored by nanahira's avatar nanahira

Update appveyor.yml

parent bfcffa66
......@@ -12,23 +12,22 @@ after_build:
- git config --global user.name "Smile-DK"
- git config --global user.email "2236141431@qq.com"
- cp -rf bin/x86/Release/* WindBot
- git clone https://github.com/moecube/ygopro-database
- cp -rf ygopro-database/locales/zh-CN/cards.cdb WindBot
- git clone https://github.com/Smile-DK/ygopro-svrelease
- cd ygopro-svrelease
- rm -rf WindBot
- cp -rf ../WindBot .
- rm -rf WindBot Windbot
- cp -rf ../Windbot .
- git add . -A
- git commit -m "Windbot pushed by Appveyor"
- git push %Smile%Smile-DK/ygopro-svrelease master
- cd ..
- 7z a -mx9 WindBot.7z WindBot
- 7z a -mx9 Windbot.7z WindBot
test: off
artifacts:
- path: WindBot.7z
name: WindBot
- path: Windbot.7z
name: Windbot
branches:
only:
- master
......
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