mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-15 05:15:06 +00:00
fix: ignore linuxdeploy
This commit is contained in:
parent
a09828ac1b
commit
af44d01e26
5
.changes/fix-ignore-linxdeploy.md
Normal file
5
.changes/fix-ignore-linxdeploy.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"tauri-build": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Ignore the linuxdelpoy.AppImage artifact
|
@ -62,7 +62,7 @@ export async function buildProject(options: BuildOptions): Promise<string[]> {
|
|||||||
]
|
]
|
||||||
const windowsExts = ['msi', 'msi.zip', 'msi.zip.sig']
|
const windowsExts = ['msi', 'msi.zip', 'msi.zip.sig']
|
||||||
|
|
||||||
const artifactsLookupPattern = `${bundleDir}/*/*.{${[...macOSExts, linuxExts, windowsExts].join(',')}}`
|
const artifactsLookupPattern = `${bundleDir}/*/!(linuxdeploy)*.{${[...macOSExts, linuxExts, windowsExts].join(',')}}`
|
||||||
|
|
||||||
core.debug(`Looking for artifacts using this pattern: ${artifactsLookupPattern}`)
|
core.debug(`Looking for artifacts using this pattern: ${artifactsLookupPattern}`)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user