From 9ebfc973f3d593385039ffbe26a35e2151230994 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Sat, 25 Jan 2025 15:46:56 +0100 Subject: [PATCH] Add set -ex to macOS build workflow for improved error handling during .app extraction --- .github/workflows/macos-universal-release-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos-universal-release-build.yml b/.github/workflows/macos-universal-release-build.yml index 97031b235..6e7f4bf3d 100644 --- a/.github/workflows/macos-universal-release-build.yml +++ b/.github/workflows/macos-universal-release-build.yml @@ -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 }}"