chore: remove remaining references to AppVeyor (#45339)

This commit is contained in:
David Sanders 2025-02-07 03:57:36 -08:00 committed by GitHub
parent 7bde100a1a
commit 4512b2b5c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 5 additions and 407 deletions

View file

@ -27,7 +27,7 @@ const targetBranch = positionals[0];
if (positionals.length < 1) {
console.log(`Trigger CI to build release builds of electron.
Usage: ci-release-build.js [--job=CI_JOB_NAME] [--arch=INDIVIDUAL_ARCH] [--ci=AppVeyor|GitHubActions]
Usage: ci-release-build.js [--job=CI_JOB_NAME] [--arch=INDIVIDUAL_ARCH] [--ci=GitHubActions]
[--ghRelease] [--commit=sha] [--newVersion=version_tag] TARGET_BRANCH
`);
process.exit(0);