mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-27 10:11:48 -04:00
This commit updates the release workflow to ensure all files within the artifacts directory are correctly captured, regardless of nesting depth. Specific changes include: - Updated the `files` path in both draft and final release steps from `./artifacts/*/*` to `./artifacts/**/*` to support recursive file matching. Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>