ci: update ci
This commit is contained in:
@@ -123,7 +123,7 @@ async function main() {
|
|||||||
|
|
||||||
const files = (await readdir(DIST)).filter(isUpdateArtifact)
|
const files = (await readdir(DIST)).filter(isUpdateArtifact)
|
||||||
if (!files.some((f) => f === 'latest.yml')) {
|
if (!files.some((f) => f === 'latest.yml')) {
|
||||||
throw new Error('dist/latest.yml introuvable — lance d'abord `npm run build:win`.')
|
throw new Error("dist/latest.yml introuvable — lance d'abord `npm run build:win`.")
|
||||||
}
|
}
|
||||||
console.log(`Version : ${versionTag}`)
|
console.log(`Version : ${versionTag}`)
|
||||||
console.log(`Artefacts : ${files.join(', ')}`)
|
console.log(`Artefacts : ${files.join(', ')}`)
|
||||||
@@ -135,7 +135,7 @@ async function main() {
|
|||||||
{
|
{
|
||||||
tag_name: 'latest',
|
tag_name: 'latest',
|
||||||
name: 'Auto-update (dernière version)',
|
name: 'Auto-update (dernière version)',
|
||||||
body: 'Artefacts d'auto-update écrasés à chaque publication. Version courante : ' + versionTag,
|
body: "Artefacts d'auto-update écrasés à chaque publication. Version courante : " + versionTag,
|
||||||
prerelease: false
|
prerelease: false
|
||||||
},
|
},
|
||||||
files
|
files
|
||||||
|
|||||||
Reference in New Issue
Block a user