Closed mvdwetering closed 2 months ago
The change involves updating the asset path in a GitHub Actions workflow configuration file. The asset previously located at ./custom_components/huesyncbox.zip
has been moved to a new subdirectory, now specified as ./custom_components/huesyncbox/huesyncbox.zip
. This adjustment reflects a reorganization of the file structure while maintaining the workflow's functionality.
Files | Change Summary |
---|---|
.github/workflows/push.yaml |
Updated asset path from ./custom_components/huesyncbox.zip to ./custom_components/huesyncbox/huesyncbox.zip |
sequenceDiagram
participant User
participant GitHub Actions
participant Asset Storage
User->>GitHub Actions: Trigger workflow
GitHub Actions->>Asset Storage: Upload asset from `./custom_components/huesyncbox/huesyncbox.zip`
Asset Storage-->>GitHub Actions: Confirm upload
GitHub Actions-->>User: Workflow complete
🐰 In the garden where I hop and play,
A path was changed, hip-hip-hooray!
From one small nook to a cozy space,
Huesyncbox found a new, warm place.
With a zip and a zoom, it’s all set to go,
In my burrow, I cheer, "What a lovely show!" 🌼
Summary by CodeRabbit
huesyncbox.zip
file.