Skip to content

Commit

Permalink
fix appyor publish
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Dec 20, 2018
1 parent d122b39 commit 9ffee87
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wxwork_robotd"
version = "0.3.4"
version = "0.3.5"
authors = ["owent <admin@owent.net>"]

[dependencies]
Expand Down
11 changes: 7 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,14 @@ build_script:
cd ../../../
artifacts:
- path: '*.zip'
name: release-package

deploy:
- provider: GitHub
auth_token:
secure: pXYJRg9JiTwAA+dSOgtvNDsgRd9dRDHx9LTOT4c4kRWMSEMtOJri1BMfPNuEDxYv
artifact: /.*\.zip/
force_update: true
on:
branch: master
artifact: release-package
force_update: true

0 comments on commit 9ffee87

Please sign in to comment.