Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🩹 Fix permissions of target subdirectories
The `./target` subdirectories were being created with permission `0750` which, although valid, is triggering warnings in Github's actions during uploading -- as the required permissions are `0755`. This manually find all directories and changes the permissions to be `0755` so that there are no generated warning annotations.
- Loading branch information