ci(desktop): automate desktop releases
Add GitHub Actions release channels for signed desktop installers and document the stable/nightly download paths.
This commit is contained in:
@@ -104,6 +104,11 @@ const config: Config = {
|
||||
label: 'Skills',
|
||||
position: 'left',
|
||||
},
|
||||
{
|
||||
href: 'https://github.com/NousResearch/hermes-agent/releases/latest',
|
||||
label: 'Download',
|
||||
position: 'left',
|
||||
},
|
||||
{
|
||||
href: 'https://hermes-agent.nousresearch.com',
|
||||
label: 'Home',
|
||||
@@ -144,6 +149,8 @@ const config: Config = {
|
||||
{
|
||||
title: 'More',
|
||||
items: [
|
||||
{ label: 'Download (Stable)', href: 'https://github.com/NousResearch/hermes-agent/releases/latest' },
|
||||
{ label: 'Desktop Nightly', href: 'https://github.com/NousResearch/hermes-agent/releases/tag/desktop-nightly' },
|
||||
{ label: 'GitHub', href: 'https://github.com/NousResearch/hermes-agent' },
|
||||
{ label: 'Nous Research', href: 'https://nousresearch.com' },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user