Skip to content

Commit

Permalink
artifact命名修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-kelly committed Jun 25, 2016
1 parent ac06298 commit 10568a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ version: 0.7.{build}
os: Windows Server 2012 R2
artifacts:
- path: KSFramework-$(appveyor_build_version).zip
name: KSFramework-$(appveyor_build_version)
build_script:
- cmd: git submodule init
- cmd: git submodule update
- cmd: Install.bat
after_build:
- cmd: 7z a KSFramework-$(appveyor_build_version).zip KSFramework/
- cmd: 7z a KSFramework-%appveyor_build_version%.zip KSFramework/
test: off
#deploy:
#- provider: Environment
Expand Down

0 comments on commit 10568a0

Please sign in to comment.