Skip to content

Commit

Permalink
Fix release assets upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Dec 5, 2020
1 parent a61b92d commit c3f4e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ steps:
inputs:
gitHubConnection: github.com_cbeuw
repositoryName: '$(Build.Repository.Name)'
assets: '$(build.artifactStagingDirectory)/app/build/outputs/apk/release/*.apk'
action: 'create' # Options: create, edit, delete
target: '$(Build.SourceVersion)' # Required when action == Create || Action == Edit
tagSource: 'auto' # Required when action == Create# Options: auto, manual
Expand Down

0 comments on commit c3f4e84

Please sign in to comment.