Skip to content

Commit

Permalink
auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
zh99998 committed Nov 6, 2016
1 parent e10d9c9 commit 623ee01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ install:
build_script:
- npm run dist

deploy_script: bash -c 'if [ -z "${APPVEYOR_REPO_TAG_NAME}" ]; then curl --fail --verbose --request POST "https://wudizhanche.mycard.moe/publish?platform=win32&version=${APPVEYOR_REPO_TAG_NAME}"; fi'
deploy_script: bash -c 'if [[ $APPVEYOR_REPO_TAG_NAME ]]; then curl --fail --verbose --request POST "https://wudizhanche.mycard.moe/publish?platform=win32&version=${APPVEYOR_REPO_TAG_NAME}"; fi'

0 comments on commit 623ee01

Please sign in to comment.