v0.7.9
azophy/sshifuv0.7.9Mar 25, 2026by azophy
AI Summary
This is a bug fix release that resolves a CI build error related to missing embedded files by adding a go generate step to the build process.
Key Highlights
- Fixed CI build error: 'embed/embed.go:11:12: pattern login.html: no matching files found'
- Added 'go generate ./...' step before build in GitHub Actions workflows
New Features
- CI build error fix for embedded files
- Added go generate step in GitHub Actions
Full Release Notes
## Bug Fixes - Fixed CI build error: 'embed/embed.go:11:12: pattern login.html: no matching files found' - Added 'go generate ./...' step before build in GitHub Actions workflows