fix: usa action dedicata per la release su gitea
Some checks failed
Release Electron App / release-desktop (push) Failing after 3m17s

This commit is contained in:
2026-03-02 18:21:46 +01:00
parent 41d998db91
commit d4e6156089
2 changed files with 16 additions and 17 deletions

View File

@@ -5,17 +5,6 @@
"description": "Local-first intelligent desktop workspace",
"main": ".vite/build/main.js",
"private": true,
"build": {
"appId": "adiuva",
"publish": [
{
"provider": "gitea",
"url": "http://10.0.0.119:3000",
"owner": "roberto",
"repo": "adiuva-ui"
}
]
},
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",