Replace on upload

This commit is contained in:
Pascal Vizeli
2020-03-06 11:59:02 +01:00
committed by GitHub
parent 3f26a61d9a
commit 1f23c3ac72

View File

@@ -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)'