Commit 6f803db6 authored by 神楽坂玲奈's avatar 神楽坂玲奈 Committed by GitHub

Update appveyor.yml

parent 6dcd94a6
......@@ -55,11 +55,11 @@ after_build:
# 语言包
- cd locales/en-US
- mkdir pics # 下载那个语言的卡图
- tar -Jcf ../../ygopro-lang-en-US-$TRAVIS_TAG.tar.xz --exclude='.git*' cards.cdb strings.conf pics
- tar -Jcf ../../ygopro-lang-en-US-%APPVEYOR_REPO_TAG_NAME.tar.xz --exclude='.git*' cards.cdb strings.conf pics
- cd ../..
- cd locales/ja-JP
- mkdir pics
- tar -Jcf ../../ygopro-lang-ja-JP-$TRAVIS_TAG.tar.xz --exclude='.git*' cards.cdb strings.conf pics
- tar -Jcf ../../ygopro-lang-ja-JP-%APPVEYOR_REPO_TAG_NAME.tar.xz --exclude='.git*' cards.cdb strings.conf pics
- cd ../..
artifacts:
- path: ygopro-$(APPVEYOR_REPO_TAG_NAME)-win32.tar.xz
......
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