Add GitHub Actions workflow for building and releasing artifacts across Linux, Windows, and macOS platforms

This commit is contained in:
sanasol
2026-01-18 12:36:11 +01:00
parent e14c80f3dd
commit df46a74089
2 changed files with 105 additions and 4 deletions

View File

@@ -94,15 +94,13 @@
{
"target": "dmg",
"arch": [
"x64",
"arm64"
"universal"
]
},
{
"target": "zip",
"arch": [
"x64",
"arm64"
"universal"
]
}
],