Skip to content

Commit

Permalink
Publish artifact to Github
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcosmonaut committed Oct 6, 2020
1 parent d7cb900 commit cb81ac0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -52,3 +52,14 @@ steps:
script: |
carthage build --no-skip-current
carthage archive RFIBANHelper
- task: GitHubRelease@1
displayName: 'Publish to Github'
inputs:
gitHubConnection: 'github.com_readefries'
repositoryName: 'readefries/IBAN-Helper'
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'gitTag'
assets: 'RFIBANHelper.framework.zip'
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'

0 comments on commit cb81ac0

Please sign in to comment.