mirror of
https://github.com/thomasnordquist/MQTT-Explorer.git
synced 2026-09-11 17:13:53 +00:00
Fix mac release artifact publish settings
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ const mac: builder.CliOptions = {
|
||||
armv7l: false,
|
||||
arm64: false,
|
||||
projectDir: './build/clean',
|
||||
publish: 'never',
|
||||
publish: 'always',
|
||||
}
|
||||
|
||||
async function executeBuild() {
|
||||
|
||||
Reference in New Issue
Block a user