Browse Source

Update deploy.yml workflow

Daniel Chalmers 1 year ago
parent
commit
fd39b7e099
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/deploy.yml

+ 3 - 0
.github/workflows/deploy.yml

@@ -18,5 +18,8 @@ jobs:
         with:
           artifacts: "publish/*.exe,publish/*.msi"
           allowUpdates: true
+          removeArtifacts: true
+          replacesArtifacts: true
           artifactErrorsFailBuild: true
+          makeLatest: true
           prerelease: contains(github.ref, 'beta')