Fix publishing snap in GitHub release

This should allow the built snap to be uploaded to the GH release. It was built in https://github.com/padloc/padloc/runs/7500288391?check_suite_focus=true but never published.

The public snap listing is now available in https://snapcraft.io/padloc with the amd64 version.
This commit is contained in:
Bruno Bernardino 2022-07-27 10:10:23 +01:00
parent 8256497216
commit e26d31027b
No known key found for this signature in database
GPG Key ID: D1B0A69ADD114ECE
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ async function main() {
linux: {
target: ["AppImage", "snap", "deb", "dir"],
category: "Utility",
publish: ["github"],
},
snap: {
confinement: "strict",