|
@@ -26,15 +26,14 @@ const circleCIPublishWorkflows = [
|
|
|
'linux-publish'
|
|
|
];
|
|
|
|
|
|
-// TODO(vertedinde): standardize old 'macos-publish' name vs 'mac-build'
|
|
|
-const ghActionsPublishWorkflows = [
|
|
|
- 'macos-publish'
|
|
|
-];
|
|
|
-
|
|
|
const circleCIPublishIndividualArches = {
|
|
|
'linux-publish': ['arm', 'arm64', 'x64']
|
|
|
};
|
|
|
|
|
|
+const ghActionsPublishWorkflows = [
|
|
|
+ 'macos-publish'
|
|
|
+];
|
|
|
+
|
|
|
const ghActionsPublishIndividualArches = {
|
|
|
'macos-publish': ['osx-x64', 'mas-x64', 'osx-arm64', 'mas-arm64']
|
|
|
};
|
|
@@ -428,7 +427,6 @@ function runRelease (targetBranch, options) {
|
|
|
}
|
|
|
} else {
|
|
|
buildCircleCI(targetBranch, options);
|
|
|
- buildGHActions(targetBranch, options);
|
|
|
buildAppVeyor(targetBranch, options);
|
|
|
// TODO(vertedinde): Enable GH Actions in defaults when ready
|
|
|
// buildGHActions(targetBranch, options);
|