Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
Fixed CI
  • Loading branch information
albertofustinoni authored Mar 22, 2019
1 parent 0b865c0 commit 9faaf8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ artifacts:
deploy:
release: 'RetriX $(appveyor_build_version)'
force_update: true
description: 'Release description'
description: '$(appveyor_repo_commit_message)'
provider: GitHub
auth_token:
secure: Ga1vJwSkMx/ROSTqlxxo0L7touNFoTIP8bXuy8i0RkPHx2SyumQB+9vEoTepJJfX
artifact: '/.*\.appxbundle/,/.*\.appx/'
artifact: '/.+/'
draft: true
prerelease: false
on:
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build status](https://ci.appveyor.com/api/projects/status/dx4l9e29md9v4i8h?svg=true)](https://ci.appveyor.com/project/Aftnet/retrix)
[![Build status](https://ci.appveyor.com/api/projects/status/dx4l9e29md9v4i8h/branch/master?svg=true)](https://ci.appveyor.com/project/Aftnet/retrix/branch/master)

# RetriX

Expand Down

0 comments on commit 9faaf8a

Please sign in to comment.