Skip to content

Commit cd4918b

Browse files
timiclaude
authored andcommitted
fix: continue on error for Verify Staple step
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dad8389 commit cd4918b

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
@@ -371,6 +371,7 @@ jobs:
371371
xcrun stapler staple "$DMG_PATH"
372372
373373
- name: Verify Staple
374+
continue-on-error: true
374375
run: |
375376
DMG_PATH=$(ls ./lumis/apps/web/src-tauri/target/release/bundle/dmg/Alloomi*.dmg)
376377
xcrun stapler validate "$DMG_PATH"

0 commit comments

Comments
 (0)