Skip to content

Commit

Permalink
Fix mac release artifact publish settings
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasnordquist committed Apr 30, 2019
1 parent 86544c1 commit 14f2f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const mac: builder.CliOptions = {
armv7l: false,
arm64: false,
projectDir: './build/clean',
publish: 'never',
publish: 'always',
}

async function executeBuild() {
Expand Down

0 comments on commit 14f2f9f

Please sign in to comment.