File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 91
91
else
92
92
task setup-node-folder
93
93
fi
94
+ env :
95
+ OS : ${{ matrix.target }}
96
+ ARCH : ${{ matrix.arch }}
94
97
95
98
- name : Download plugin binary artifacts
96
99
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 72
72
platforms : [windows]
73
73
74
74
vars :
75
- OS_NAME : ' {{if eq OS "darwin"}}macos{{else}}{{OS}}{{end}}'
75
+ OS_NAME : ' {{if eq OS "darwin"}}{{if or (eq .ARCH "arm64") (eq ARCH "arm64")}}macos_aarch64{{else}} macos{{end}} {{else}}{{OS}}{{end}}'
76
76
ARCHIVE_EXT : ' {{if eq OS "windows"}}zip{{else}}tar.gz{{end}}'
77
77
MAINNET_NODEBIN : " massa_{{.MAINNET_VERSION}}_release_{{.OS_NAME}}.{{.ARCHIVE_EXT}}"
78
78
BUILDNET_NODEBIN : " massa_{{.BUILDNET_VERSION}}_release_{{.OS_NAME}}.{{.ARCHIVE_EXT}}"
You can’t perform that action at this time.
0 commit comments