From 9eb2a325c20bb2895b59f6acb782da5a27ca8c32 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Thu, 19 Oct 2023 18:04:57 +0800 Subject: [PATCH] reduce retry for now --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70c7bd6a..06eb1319 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: # release the app after building release: ${{ env.is_tag == 'true' }} - max_attempts: 2 + max_attempts: 1 mac_certs: ${{ secrets.mac_certs }} mac_certs_password: ${{ secrets.mac_certs_password }}