Skip to content

Commit 14f2f9f

Browse files
Fix mac release artifact publish settings
1 parent 86544c1 commit 14f2f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const mac: builder.CliOptions = {
5454
armv7l: false,
5555
arm64: false,
5656
projectDir: './build/clean',
57-
publish: 'never',
57+
publish: 'always',
5858
}
5959

6060
async function executeBuild() {

0 commit comments

Comments
 (0)