Skip to content

Commit

Permalink
appveyor.yml: Push releases to the same tag
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
Paul Cercueil committed May 12, 2015
1 parent f10a8fb commit c8701d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ build_script:
- appveyor PushArtifact C:\libiio-setup.exe

deploy:
release: Libiio release 2014.2.$(appveyor_build_version)
tag: $(appveyor_repo_tag_name)
release: Libiio release 2014.2-$(appveyor_build_number)
artifact: libiio-setup.exe
provider: GitHub
auth_token:
Expand Down

0 comments on commit c8701d7

Please sign in to comment.