Update macOS build workflow to specify artifact download paths for architecture-specific folders

This commit is contained in:
mr. M
2025-01-23 19:47:47 +01:00
parent a640509e04
commit c3f22ec7eb

View File

@@ -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: |