Skip to content

Commit

Permalink
Added retry and prefernsis
Browse files Browse the repository at this point in the history
  • Loading branch information
tangxianyun committed Jan 15, 2025
1 parent dcc1ebe commit f45e3ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
releaseBody: "See the assets to download this version and install."
releaseDraft: false
prerelease: false
retryAttempts: 3
args: ${{ matrix.args }}
ubuntu:
permissions:
Expand Down Expand Up @@ -111,6 +112,7 @@ jobs:
releaseBody: "See the assets to download this version and install."
releaseDraft: false
prerelease: false
retryAttempts: 3
args: ${{ matrix.args }}
windows:
permissions:
Expand Down Expand Up @@ -155,4 +157,6 @@ jobs:
releaseBody: "See the assets to download this version and install."
releaseDraft: false
prerelease: false
updaterJsonPreferNsis: true
retryAttempts: 3
args: ${{ matrix.args }}

0 comments on commit f45e3ce

Please sign in to comment.