Skip to content
## Update storage workflow and bump version to 0.16.1
Moved ISO checksum verification from the working directory to the storage directory for consistency and accuracy. This ensures that verification occurs after the file is moved, reducing redundancy and potential errors during intermediate steps.

## Relocate checksum verification to storage directory

Replaced `out_dir` references with `storage_dir` for better clarity and updated related comments for consistency. Removed unused imports (`logging`, `Path`, `pprint`, etc.) to clean up the code. Incremented version from 0.15.2 to 0.16.1 to reflect these changes.