Skip to content

v1.0.1 - Bugfix Release

Choose a tag to compare

@dale-sharp dale-sharp released this 19 Jun 14:29
e85ccf6

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