You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix release workflow: Linux AppImage build and token permissions
The v0.1.0 tag run failed on ubuntu-latest. Two likely causes for
electron-builder GitHub Actions failures like this: AppImage packaging
needs libfuse2 (missing on default runners) and the default
GITHUB_TOKEN may lack contents:write needed to publish a release.
Also pins Linux to ubuntu-22.04 (libfuse2 still installable there) and
bumps Node to 22 to drop the actions/checkout Node-20 deprecation warning.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>