mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-01 19:15:01 +02:00
Tools: Fixed Vosk release script
This commit is contained in:
parent
7779879c6d
commit
ac732f4d1d
@ -259,11 +259,11 @@ async function main() {
|
||||
console.info(releaseFiles);
|
||||
|
||||
const voskRelease = releaseFiles['vosk'];
|
||||
delete releaseFiles['vosk'];
|
||||
|
||||
await uploadToGitHubRelease(mainProjectName, tagName, isPreRelease, releaseFiles);
|
||||
|
||||
if (voskRelease) {
|
||||
delete releaseFiles['vosk'];
|
||||
await uploadToGitHubRelease(modProjectName, tagName, isPreRelease, { 'vosk': voskRelease });
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user