Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(github-actions): only change temporary directory to ensure write …
…access Using `644` without the `x` bit for directories means that the directory cannot be modified. i.e. no files can be created. We should not modify this bit but rather just ensure the folder is writeable and individual files have the `w` bit.
- Loading branch information