ci: add Gitea Actions workflow for automated Electron app build and release.
All checks were successful
Build and Release / build-and-release (push) Successful in 10m3s

This commit is contained in:
Bryan1029384756
2026-02-13 13:49:05 -06:00
parent 6220da8514
commit 6f12f98d30
4 changed files with 813 additions and 1 deletions

View File

@@ -30,7 +30,10 @@
"Bash(ls:*)",
"Bash(xargs:*)",
"Bash(node -p:*)",
"Bash(npm ls:*)"
"Bash(npm ls:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)"
]
}
}