Replace on upload

This commit is contained in:
Pascal Vizeli 2020-03-06 11:59:02 +01:00
parent 24ed7fc1dc
commit 834754d9e1

View File

@ -89,5 +89,5 @@ jobs:
hassos:azure make $(board) hassos:azure make $(board)
displayName: 'Build $(board)' displayName: 'Build $(board)'
- script: | - script: |
./ghr -t $(githubToken) $(Build.SourceBranchName) release/ ./ghr -t $(githubToken) -replace $(Build.SourceBranchName) release/
displayName: 'Upload $(board)' displayName: 'Upload $(board)'