ci: update ci

This commit is contained in:
lucasdpt
2026-06-19 11:37:29 +02:00
parent 0299b53592
commit ca598befc8
+2 -2
View File
@@ -123,7 +123,7 @@ async function main() {
const files = (await readdir(DIST)).filter(isUpdateArtifact)
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(`Artefacts : ${files.join(', ')}`)
@@ -135,7 +135,7 @@ async function main() {
{
tag_name: 'latest',
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
},
files