Closed pearcemichal closed 2 years ago
I had a very similar issue yesterday, it turns out I had unpublished depot changes in steamworks. After publishing everything the problem went away for me.
I noticed this issue with the workflow as put in the description: Your steam-deploy job doesn't download the artifacts.
You need to download the artifacts. See how the download action is used here: https://game.ci/docs/github/deployment/steam
@davidmfinol thank you, that fixed it!
Bug description
In the uploading build step, steam API fails to load which causes cascading failures
How to reproduce
Push to master, and let action run. reports failed after a couple seconds.
-
Expected behavior
build is pushed to steam
Additional details
my action has a deploy to steam job with the build linux and windows jobs set as needs:
the builds complete normally, and then it starts the steam deploy as expected.
the deploy to steam task fails in the "upload build".
code:
Error Log
yml actions file