ci: update ci
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user