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

This commit is contained in:
Ozgur 2025-04-15 02:03:58 +02:00
parent 1bc608d5a3
commit c9314969c4
No known key found for this signature in database
GPG Key ID: 66CDF27505A35546

View File

@ -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:"