Skip to content

Commit 25fde8d

Browse files
timiclaude
authored andcommitted
fix: continue on error for notarization to allow build completion
Notarization has been failing consistently, possibly due to Apple service issues. Allow build to complete even if notarization fails. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 92d487e commit 25fde8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ jobs:
292292
293293
- name: Notarize DMG
294294
timeout-minutes: 60
295+
continue-on-error: true
295296
run: |
296297
DMG_PATH=$(ls ./lumis/apps/web/src-tauri/target/release/bundle/dmg/Alloomi*.dmg)
297298
echo "Notarizing: $DMG_PATH"

0 commit comments

Comments
 (0)