All checks were successful
Auto Tag / autotag (push) Successful in 6s
Auto Tag / wiki-sync (push) Successful in 6s
Auto Tag / changelog (push) Successful in 43s
Auto Tag / build-macos-arm64 (push) Successful in 3m0s
Auto Tag / build-linux-amd64 (push) Successful in 11m29s
Auto Tag / build-linux-arm64 (push) Successful in 13m31s
Auto Tag / build-windows-amd64 (push) Successful in 14m10s
- Update CHANGELOG to include releases v0.2.54 through v0.2.61 - Add 'nsis' to bundle targets in tauri.conf.json for Windows builds - This fixes Windows artifact upload failures by enabling .exe/.msi generation The Windows build was failing because tauri.conf.json only had Linux bundle targets (['deb', 'rpm']). Without nsis target, no Windows installers were produced, causing the upload step to fail with 'No Windows amd64 artifacts were found'.
44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"productName": "Troubleshooting and RCA Assistant",
|
|
"version": "0.2.50",
|
|
"identifier": "com.trcaa.app",
|
|
"build": {
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeDevCommand": "npm run dev",
|
|
"beforeBuildCommand": "npm run build"
|
|
},
|
|
"app": {
|
|
"security": {
|
|
"csp": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: asset: https:; connect-src 'self' http://localhost:11434 http://localhost:8765 https://api.openai.com https://api.anthropic.com https://api.mistral.ai https://generativelanguage.googleapis.com https://auth.atlassian.com https://*.atlassian.net https://login.microsoftonline.com https://dev.azure.com"
|
|
},
|
|
"windows": [
|
|
{
|
|
"title": "Troubleshooting and RCA Assistant",
|
|
"width": 1280,
|
|
"height": 800,
|
|
"resizable": true,
|
|
"fullscreen": false,
|
|
"minWidth": 960,
|
|
"minHeight": 600
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": ["deb", "rpm", "nsis"],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"resources": [],
|
|
"externalBin": [],
|
|
"copyright": "Troubleshooting and RCA Assistant Contributors",
|
|
"category": "Utility",
|
|
"shortDescription": "Troubleshooting and RCA Assistant",
|
|
"longDescription": "Structured AI-backed assistant for IT troubleshooting, 5-whys root cause analysis, and post-mortem documentation with offline Ollama support."
|
|
}
|
|
} |