Add directory change to macOS build workflow before extracting .app from dmg

This commit is contained in:
mr. M
2025-01-25 15:47:47 +01:00
parent 9ebfc973f3
commit d41f0d7cf4

View File

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