feat: add github build workflows

This commit is contained in:
Stavros
2025-01-19 16:39:54 +02:00
parent d5041068f9
commit 78bc3e9c9a
6 changed files with 178 additions and 2 deletions

View File

@@ -5,4 +5,7 @@ import (
)
//go:embed dist
var Assets embed.FS
var Assets embed.FS
//go:embed VERSION
var Version string