Skip to content

Commit 7d7409b

Browse files
committed
ci: fix incorrect outfile name
1 parent 2b0e407 commit 7d7409b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ await ESBuild.build({
110110
js: Fs.readFileSync(AttachHeaderPath, 'utf-8')
111111
},
112112
target: ['es2024', 'chrome119', 'firefox117', 'safari121'],
113-
outfile: BuildType === 'production' ? './dist/tinyshield.user.js' : './dist/tinyshield.dev.user.js',
113+
outfile: BuildType === 'production' ? './dist/tinyShield.user.js' : './dist/tinyShield.dev.user.js',
114114
})
115115
console.log('Build completed')
116116
Fs.rmSync(AttachHeaderPath)

0 commit comments

Comments
 (0)