fix(actions): add build step identifier in macOS build workflow
Some checks failed
Test macOS Build Action / test-macos-build (push) Failing after 29m14s

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

View File

@ -109,6 +109,7 @@ jobs:
# Build for macOS - use your own build script or create a test app if needed
- name: Build for macOS
id: build-app
run: |
if [ -f "./scripts/mac_build.sh" ]; then
echo "🔨 Running mac_build.sh and capturing output to build_log.txt..."