chore: Updates for release process (#13632)
* Fix Appveyor URL * Update docs to reflect current process Also added troubleshooting steps.
This commit is contained in:
parent
facb210f64
commit
6b5ccec0c6
2 changed files with 58 additions and 52 deletions
|
@ -120,7 +120,7 @@ async function callAppVeyor (targetBranch, job, options) {
|
|||
let appVeyorResponse = await makeRequest(requestOpts, true).catch(err => {
|
||||
console.log('Error calling AppVeyor:', err)
|
||||
})
|
||||
const buildUrl = `https://windows-ci.electronjs.org/project/AppVeyor/electron/build/${appVeyorResponse.version}`
|
||||
const buildUrl = `https://windows-ci.electronjs.org/project/AppVeyor/${appVeyorJobs[job]}/build/${appVeyorResponse.version}`
|
||||
console.log(`AppVeyor release build request for ${job} successful. Check build status at ${buildUrl}`)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue