You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use sudo chown to fix wstest directory permissions
Plain chmod doesn't work on root-owned files - the runner user can't
modify permissions of files it doesn't own. Use sudo chown to take
ownership of the directories before upload.
Note: This work was completed with AI assistance (Claude Code).
0 commit comments