fix(ci): incorrect version used for renaming artifacts
This commit is contained in:
@@ -92,7 +92,7 @@ export async function getFilenames(target: string, options: { release: boolean,
|
||||
throw new Error('<Target> is required')
|
||||
}
|
||||
|
||||
const beforeVersion = version
|
||||
const beforeVersion = packageJSON.version
|
||||
const productName = electronBuilder.productName!
|
||||
|
||||
switch (target) {
|
||||
|
||||
@@ -256,6 +256,7 @@ words:
|
||||
- tauri
|
||||
- taze
|
||||
- tempora
|
||||
- tinyexec
|
||||
- togetherapi
|
||||
- tolist
|
||||
- tresjs
|
||||
|
||||
Reference in New Issue
Block a user