mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-20 22:35:39 +00:00
Update macOS build workflow to specify artifact download paths for architecture-specific folders
This commit is contained in:
@@ -91,13 +91,13 @@ jobs:
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: obj-x86_64-apple-darwin
|
||||
path: engine
|
||||
path: engine/obj-x86_64-apple-darwin
|
||||
|
||||
- name: Download aarch64 app folder from artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: obj-aarch64-apple-darwin
|
||||
path: engine
|
||||
path: engine/obj-aarch64-apple-darwin
|
||||
|
||||
- name: List .app folders
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user