fix(actions): add build step identifier in macOS build workflow
Some checks failed
Test macOS Build Action / test-macos-build (push) Failing after 29m14s
Some checks failed
Test macOS Build Action / test-macos-build (push) Failing after 29m14s
This commit is contained in:
parent
c9314969c4
commit
c7da2318df
@ -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..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user