瀏覽代碼

Update deploy.yml workflow

Daniel Chalmers 1 年之前
父節點
當前提交
fd39b7e099
共有 1 個文件被更改,包括 3 次插入0 次删除
  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')