From 7be149708df87475a06ba7b722817fc9f0990998 Mon Sep 17 00:00:00 2001 From: mhatvan Date: Fri, 13 Aug 2021 09:18:12 +0200 Subject: build: fix beta channel release for snap - moved PACKAGE_VERSION fetching lower in github CI workflow - distinguish naming between beta and stable publish steps - publish snap to snapstore AND github --- electron-builder.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'electron-builder.yml') diff --git a/electron-builder.yml b/electron-builder.yml index bf3b25ac1..e8cb0f4f5 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -63,7 +63,8 @@ linux: snap: publish: - provider: "snapStore" + - snapStore + - github nsis: perMachine: false -- cgit v1.2.3-54-g00ecf