Skip to content

Commit 6c7cf44

Browse files
committed
fix(desktop-app): Use array for Snap publish config
Attempt to override default Snap Store publishing by using an array configuration for the github provider.
1 parent e38020b commit 6c7cf44

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/desktop-app/electron-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ snap:
5151
- unity7
5252
- wayland
5353
publish:
54-
provider: github
55-
owner: munlicode
56-
repo: munliwall
54+
- provider: github
55+
owner: munlicode
56+
repo: munliwall
5757
deb:
5858
artifactName: ${productName}-${version}.${ext}
5959
npmRebuild: false

0 commit comments

Comments
 (0)