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
It should be possible to push the same build to two Steam branches within the same CI job.
Additional details
Potential workarounds:
Maybe steam-deploy can rm -rf BuildOutput once the build has successfully uploaded
Or the BuildOutput directory name is randomly generated per build
Another workaround is probably running two CI jobs concurrently, one for each Steam branch, but Password: FAILED (Invalid Password) #62 (comment) reported that it may not be possible to upload two Steam branches at the same time
Bug description
It seems that if you try to push to two branches in the same CI job, this action will fail in the second step with:
My guess is that at https://github.com/game-ci/steam-deploy/blob/main/steam_deploy.sh#L10 it's creating a new
BuildOutputdirectory but it's never deleted.How to reproduce
Expected behavior
It should be possible to push the same build to two Steam branches within the same CI job.
Additional details
Potential workarounds:
steam-deploycanrm -rf BuildOutputonce the build has successfully uploadedBuildOutputdirectory name is randomly generated per build