build: revert old GitHub Actions work in 32-x-y (#42670)
build: revert old GitHub Actions work
This commit is contained in:
parent
8454fc2858
commit
13be04d0bf
17 changed files with 1 additions and 1191 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue