Commit d66a33d
committed
fix: use correct architecture-specific bundle path in macOS build workflow
When building for specific architectures using --target, Tauri creates app bundles
in architecture-specific directories (e.g., aarch64-apple-darwin/release/bundle)
rather than the generic release/bundle directory.
This fix updates the workflow to copy the app bundle from the correct path.1 parent 19ae500 commit d66a33d
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
0 commit comments