mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-30 10:56:29 +02:00
disable s3 publish
This commit is contained in:
parent
bc0b63d86c
commit
ac41220998
1 changed files with 0 additions and 9 deletions
|
|
@ -57,15 +57,6 @@ module.exports = {
|
|||
}
|
||||
],
|
||||
publishers: [
|
||||
{
|
||||
name: '@electron-forge/publisher-s3',
|
||||
config: {
|
||||
bucket: 'rowboat-desktop-app-releases',
|
||||
region: 'us-east-1',
|
||||
public: true,
|
||||
folder: 'releases' // Creates structure: releases/darwin/{arch}/files (separate builds for arm64 and x64)
|
||||
}
|
||||
},
|
||||
{
|
||||
name: '@electron-forge/publisher-github',
|
||||
config: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue