build: add needed steps/tweaks to Linux publish job (#42477)

* build: add libcxx to Linux publish

* build: temp change ref to branch

* build: remove hunspell dictionaries

* build: modify release build script for linux

* build: switch back to main
This commit is contained in:
Keeley Hammond 2024-06-12 23:13:17 -05:00 committed by GitHub
parent 5abefc5dc3
commit a4f201a5f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 8 deletions

View file

@ -33,6 +33,7 @@ const circleCIPublishIndividualArches = {
};
const ghActionsPublishWorkflows = [
'linux-publish',
'macos-publish'
];