Try to fix Azure Pipelines. I won't be able to make a tag to test the binaries until I merge back in, but I can't figure out how to set the default branch with YAML configurations (unless I have to do it on master), so.
This commit is contained in:
parent
e8daaf659e
commit
6d1e1d7f26
|
@ -18,6 +18,7 @@ steps:
|
|||
popd
|
||||
displayName: 'Create Artifacts'
|
||||
- task: GitHubRelease@0
|
||||
condition: eq(Build.SourceBranchName, "master")
|
||||
inputs:
|
||||
gitHubConnection: andlabs
|
||||
repositoryName: andlabs/libui
|
||||
|
|
|
@ -18,6 +18,7 @@ steps:
|
|||
popd
|
||||
displayName: 'Create Artifacts'
|
||||
- task: GitHubRelease@0
|
||||
condition: eq(Build.SourceBranchName, "master")
|
||||
inputs:
|
||||
gitHubConnection: andlabs
|
||||
repositoryName: andlabs/libui
|
||||
|
|
Loading…
Reference in New Issue