mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-05 21:07:57 +00:00
Add directory change to macOS build workflow before extracting .app from dmg
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user