fix(actions): allow app bundle finding step to fail in macOS build workflow
Some checks failed
Test macOS Build Action / test-macos-build (push) Has been cancelled
Some checks failed
Test macOS Build Action / test-macos-build (push) Has been cancelled
This commit is contained in:
parent
1bc608d5a3
commit
c9314969c4
@ -149,7 +149,7 @@ jobs:
|
|||||||
# Find the app bundle - this may fail if build failed
|
# Find the app bundle - this may fail if build failed
|
||||||
- name: Find app bundle
|
- name: Find app bundle
|
||||||
id: find-app
|
id: find-app
|
||||||
continue-on-error: ${{ steps.build-app.outputs.build_success != 'true' }} # Only stop if build succeeded but app not found
|
continue-on-error: true # Allow this step to fail but continue the workflow
|
||||||
run: |
|
run: |
|
||||||
# Debug: Show directory structure to help diagnose issues
|
# Debug: Show directory structure to help diagnose issues
|
||||||
echo "📂 Current directory structure:"
|
echo "📂 Current directory structure:"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user