Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: permission denied on files under run/scripts
Since github `upload-artifacts` recompresses the provided `.zip` file, i decided to pass the already extracted files to the path of `upload-artifacts` so that i dont need to double extract when running the script. However, github actions somehow messes up the file permissions for the start script cause permission issues when running the installation script locally
- Loading branch information