From 5f6ec88a936e9f6755b3d29ec1ceb4bd54adacff Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sat, 26 Apr 2025 22:13:25 -0700 Subject: [PATCH] [ci] more debugging --- .github/actions/build/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 3b43690a..7b6e00a5 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -88,7 +88,9 @@ runs: if [ -z "$WIN_CSC_KEY_PASSWORD" ] ; then unset WIN_CSC_KEY_PASSWORD ; fi if [ -z "$APPLE_ID" ] ; then unset APPLE_ID ; fi if [ -z "$APPLE_APP_SPECIFIC_PASSWORD" ] ; then unset APPLE_APP_SPECIFIC_PASSWORD ; fi - yarn run dist + + # Retry if there's a fetch failure + yarn run dist || yarn run dist || yarn run dist env: GH_TOKEN: ${{ env.GH_TOKEN }} CSC_LINK: ${{ env.MAC_CERT_P12_BASE64 }}