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
I'm running this action on ubuntu-latest where I am sharing a zipped directory between jobs by using upload and download artefact. After downloading the zipfile, the zipfile itself has 'runner docker' as owning user + owning user group settings.
After unzipping the zipfile, all files have 'root root' as owning user + owning user group. That means the runner cannot execute the files. I tried resetting the rights with chown, but I get an Operation not permitted error back.
I also checked the file rights before being zipped and all files where runner docker before zipping. The zipfile is also created with 'root root'.
Preferred solution
Zip and unzip the file with the rights of the runner process, and not with root root.
The text was updated successfully, but these errors were encountered:
Description
I'm running this action on
ubuntu-latest
where I am sharing a zipped directory between jobs by using upload and download artefact. After downloading the zipfile, the zipfile itself has 'runner docker' as owning user + owning user group settings.After unzipping the zipfile, all files have 'root root' as owning user + owning user group. That means the runner cannot execute the files. I tried resetting the rights with chown, but I get an
Operation not permitted
error back.I also checked the file rights before being zipped and all files where
runner docker
before zipping. The zipfile is also created with 'root root'.Preferred solution
Zip and unzip the file with the rights of the runner process, and not with
root root
.The text was updated successfully, but these errors were encountered: