CI: Fix PATH export for ARM Mac binary renaming step

Copy-pasting this line from the Intel Mac CI steps
was apparently not the correct way to do it.

Whoops, again.
This commit is contained in:
DeeDeeG 2023-08-16 19:26:50 -04:00
parent d11f5238c9
commit e73e5ff410

View File

@ -139,7 +139,7 @@ silicon_mac_task:
- export PATH="/opt/homebrew/bin:/opt/homebrew/opt/node@16/bin:$PATH"
- yarn dist || yarn dist
rename_binary_script:
- export PATH="/usr/local/opt/node@16/bin:/usr/local/bin:$PATH"
- export PATH="/opt/homebrew/bin:/opt/homebrew/opt/node@16/bin:$PATH"
- node script/rename.js "Silicon.Mac"
binary_artifacts:
path: ./binaries/*