ci: add Gitea workflow for cross-platform binary builds and update output filename configuration
Build and Upload Binaries / build-and-upload (push) Failing after 17m33s

This commit is contained in:
2026-06-09 11:49:23 +01:00
parent c0ab7acdf2
commit 401c1d5226
2 changed files with 82 additions and 2 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "goexplore",
"outputfilename": "goexplore-init",
"outputfilename": "goexplore",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
@@ -10,4 +10,4 @@
"name": "Jamie Banks",
"email": "jamie@jdbnet.co.uk"
}
}
}