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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.0.1 - Bugfix Release
Fixes
Release workflow zip structure and contents
Fixed the release workflow packaging to correctly structure the zip file for HACS installation
The initial fix changed into custom_components/ before zipping, but still included sa_fuel_pricing/ in the zip path
HACS would extract this as custom_components/sa_fuel_pricing/custom_components/sa_fuel_pricing/
The workflow now changes into custom_components/sa_fuel_pricing/ and zips the contents directly, so the zip archive contains __init__.py, manifest.json, etc. at its root
When HACS extracts into custom_components/sa_fuel_pricing/, the files are placed correctly without any path duplication