Skip to content

Commit

Permalink
set autopublish to false for s3 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed May 8, 2024
1 parent be7a2cd commit bbefe86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ const config = {
{
provider: 's3',
bucket: 'downloads.mapeo.app',
path: process.env.ARCH === 'ia32' ? '/desktop/ia32' : '/desktop'
path: process.env.ARCH === 'ia32' ? '/desktop/ia32' : '/desktop',
publishAutoUpdate: false
},
{
provider: 'github',
Expand Down

0 comments on commit bbefe86

Please sign in to comment.