Skip to content

Commit

Permalink
Merge pull request #47 from Clever/test-drone-release
Browse files Browse the repository at this point in the history
rename expected filename before pushing to github
  • Loading branch information
d-sparks committed May 29, 2015
2 parents 65dc265 + 3033dda commit b7d2353
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ notify:
publish:
github:
artifacts:
- deb/sphinx.deb
- sphinx-amd64.deb
repo: sphinx
script:
- make deb
- make deb
- cp deb/sphinx.deb sphinx-amd64.deb
tag: v$(cat deb/sphinx/DEBIAN/control | grep Version | cut -d " " -f 2)
token: $$github_token
user: Clever
Expand Down

0 comments on commit b7d2353

Please sign in to comment.