From 5f9d70b6f7c1110c5c071ee8ad1e1986efd36a25 Mon Sep 17 00:00:00 2001 From: Marcelo Bezerra <23555060+mmosca@users.noreply.github.com> Date: Mon, 25 Dec 2023 18:56:00 +0100 Subject: [PATCH] try again --- .github/workflows/build.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d0b5a7082..c666a4eba 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,12 @@ jobs: run: mkdir -p apps - name: build linux64 release id: build1 - run: node ./node_modules/gulp/bin/gulp.js release --platform=linux64 -LLLL --installer + uses: nick-fields/retry@v2 + with: + max_attempts: 3 + retry_on: error + timeout_minutes: 20 + command: sync && node ./node_modules/gulp/bin/gulp.js release --platform=linux64 -LLLL --installer continue-on-error: true - name: build linux64 release 2 id: build2