Add set -ex to macOS build workflow for improved error handling during .app extraction

This commit is contained in:
mr. M
2025-01-25 15:46:56 +01:00
parent 9850c977be
commit 9ebfc973f3

View File

@@ -131,6 +131,7 @@ jobs:
- name: Extract .app from dmg
run: |
set -ex
hdiutil attach ./obj-x86_64-apple-darwin/dist/zen.macos-x86_64.dmg
ls -la /Volumes
ls -la "/Volumes/${{ env.APP_NAME }}"