build: revert old GitHub Actions work in 32-x-y (#42670)

build: revert old GitHub Actions work
This commit is contained in:
Keeley Hammond 2024-06-26 12:36:32 -07:00 committed by GitHub
parent 8454fc2858
commit 13be04d0bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 1 additions and 1191 deletions

View file

@ -14,8 +14,7 @@ const version = process.argv[2];
const targetRepo = findRepo();
function findRepo () {
if (process.env.IS_GHA_RELEASE) return 'test-releases';
else return version.indexOf('nightly') > 0 ? 'nightlies' : 'electron';
return version.indexOf('nightly') > 0 ? 'nightlies' : 'electron';
}
async function findRelease () {