game-ci / steam-deploy

Github Action to deploy a game to Steam
MIT License
221 stars 63 forks source link

'File was unable to be removed' after running a second time on a self-hosted runner #73

Open MoonmonsterBrian opened 4 months ago

MoonmonsterBrian commented 4 months ago

Bug description

When I run the deploy action on a self-hosted runner for a second time, I get the following error when I run my editmode / playmode tests: File was unable to be removed Error: EACCES: permission denied, unlink '/home/vmadmin/actions-runner/_work/SpaceControl/SpaceControl/BuildOutput/app_build_1759150.log'

How to reproduce

Expected behavior

The build succeeds

Additional details

I think it may be the same or related to #64. Like that issue, I can circumvent the issue by manually going into the runner and deleting the related files.