aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar mhatvan <markus_hatvan@aon.at>2021-08-13 09:18:12 +0200
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-13 08:45:28 +0000
commit7be149708df87475a06ba7b722817fc9f0990998 (patch)
tree3b659615b9acf1495d743aaf61fb523a446b3f3b /electron-builder.yml
parentfix(App): Fix app focus detection (diff)
downloadferdium-app-7be149708df87475a06ba7b722817fc9f0990998.tar.gz
ferdium-app-7be149708df87475a06ba7b722817fc9f0990998.tar.zst
ferdium-app-7be149708df87475a06ba7b722817fc9f0990998.zip
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
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml3
1 files changed, 2 insertions, 1 deletions
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:
63 63
64snap: 64snap:
65 publish: 65 publish:
66 provider: "snapStore" 66 - snapStore
67 - github
67 68
68nsis: 69nsis:
69 perMachine: false 70 perMachine: false