Skip to content

Commit

Permalink
Update deploy.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Jan 4, 2024
1 parent 463c39e commit fd39b7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit fd39b7e

Please sign in to comment.