From f45e3ce23c49334a08a643ced9fda444fbe5f56d Mon Sep 17 00:00:00 2001 From: tangxianyun Date: Wed, 15 Jan 2025 22:43:31 +0800 Subject: [PATCH] Added retry and prefernsis --- .github/workflows/publish.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a647168..1a9534a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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: @@ -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: @@ -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 }}