From 834754d9e1dfc4c54fdb21dd642ad6e67e198747 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 6 Mar 2020 11:59:02 +0100 Subject: [PATCH] Replace on upload --- azure-pipelines-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml index 8533daccc04..2df3b85f177 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -89,5 +89,5 @@ jobs: hassos:azure make $(board) displayName: 'Build $(board)' - script: | - ./ghr -t $(githubToken) $(Build.SourceBranchName) release/ + ./ghr -t $(githubToken) -replace $(Build.SourceBranchName) release/ displayName: 'Upload $(board)'