Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Apple notarization flow #902

Merged
merged 16 commits into from
Jan 17, 2025
Prev Previous commit
Next Next commit
kk step level if
  • Loading branch information
kkerti committed Jan 12, 2025
commit 6eb2093b123fb66aa40edf158650bd594092edf2
2 changes: 1 addition & 1 deletion .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:

- name: Retry build on fail (macos sporadically fails)
uses: nick-fields/retry@v3.0.0
if: ${{ matrix.os == 'macos-latest' }}
with:
retry_on: error
if: ${{ matrix.os == 'macos-latest' }}
timeout_minutes: 12
max_attempts: 3
command: npm run ${{ inputs.exportScript }}
Expand Down
Loading