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
The text was updated successfully, but these errors were encountered:
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
BuildOutput
directory 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-deploy
canrm -rf BuildOutput
once the build has successfully uploadedBuildOutput
directory name is randomly generated per buildThe text was updated successfully, but these errors were encountered: