ci: fix binary artficat dirs used in macos job
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
dd6783868b
commit
045afa4fc6
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ fi
|
|||
|
||||
# gh-binary paths
|
||||
bin_path="/bin/gh"
|
||||
arm64_bin="./dist/macos_darwin_arm64$bin_path"
|
||||
arm64_bin="./dist/macos_darwin_arm64_v8.0$bin_path"
|
||||
amd64_bin="./dist/macos_darwin_amd64_v1$bin_path"
|
||||
# payload paths
|
||||
payload_root="pkg_payload"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue