From 1f23c3ac72334fe5004485e36b8d37d6df450eaa 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 ce6949a1d..031a14850 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -91,5 +91,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)'