Skip to content

Commit

Permalink
Fix CI setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ALiangLiang committed Nov 13, 2016
1 parent 0ee70f4 commit dae0ac6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,16 @@ test: off

artifacts:
- path: "dist\\TANet Roamer 校園網路漫遊器 Setup 0.0.1.exe"
name: "TANet Roamer 校園網路漫遊器 Setup 0.0.1.exe"
name: release

deploy:
release: $(APPVEYOR_REPO_TAG_NAME)
description: 'TANetRoamer-desktop Setup'
provider: GitHub
auth_token:
secure: 1tvNi1Tb8CC7s3rWEKQpdZj+OfLog51KdRAqX1QJ5RWC+7NY27vpSqbKRzM/TZOs
artifact: "TANet Roamer 校園網路漫遊器 Setup 0.0.1.exe"
draft: false
prerelease: false
skip_cleanup: true
force_update: true
on:
appveyor_repo_tag: true

0 comments on commit dae0ac6

Please sign in to comment.