fix: filter .hap/.hsp files when pushing to device instead of sending entire outputs directory

This commit is contained in:
cheliangzhao
2026-02-11 13:33:12 +08:00
parent f5b575c0df
commit 9816e5fe82
3 changed files with 16 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- **harmonyos-build-deploy**: Fixed unquoted variable in install.sh script
- **harmonyos-build-deploy**: Deploy Only workflow now checks for empty output directory and collects signed artifacts from module build directories
- **harmonyos-build-deploy**: Simplified build output path from `outputs/default/bundles/signed/` to `outputs/`
- **harmonyos-build-deploy**: Device push now filters by `.hap`/`.hsp` extension instead of sending entire directory
### Removed