Release automation is not picking up all of the necessary files, as seen in this error log:
{"level":"fatal","msg":"failed to run [/Applications/Finch/lima/bin/qemu-system-aarch64 -M none -accel help]: stdout=\"\", stderr=\"dyld[36804]: Library not loaded: @executable_path/../opt/dtc/lib/libfdt.1.dylib\\n Referenced from: \u003cCAB6AC47-D2D1-363F-A541-48C742F68615\u003e /Applications/Finch/lima/bin/qemu-system-aarch64\\n Reason: tried: '/Applications/Finch/lima/opt/dtc/lib/libfdt.1.dylib' (code signature in \u003c1B9F4227-11D9-3DEC-8CEE-9B58326AE7FA\u003e '/Applications/Finch/lima/Cellar/dtc/1.7.1/lib/libfdt.dylib.1.7.1' not valid for use in process: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)), '/usr/lib/libfdt.1.dylib' (no such file, not in dyld cache)\\n\"","time":"2024-09-24T21:48:08Z"}
The reason for this is because the file in question does not match the pattern. This PR updates the pattern.
Testing done:
Tested on local machine
[x] I've reviewed the guidance in CONTRIBUTING.md
License Acceptance
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available:
Description of changes:
Testing done:
Tested on local machine
[x] I've reviewed the guidance in CONTRIBUTING.md
License Acceptance
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.