-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copying SteamGuard files failed with "is a directory" #23
Comments
For those runs, The reason they were empty is because we do not have a Steam Build Account that we can use for GameCI testing. We are discussing creating a legal entity in the GameCI discord. Closing this issue, but feel free to create another issue if you are running into a similar issue with your own project. |
I ran into the same errors on my own project where ssfnFilename, ssfnFileContents, and configVdf were set via secrets. The deploy fails when Steam login asks for an authentication code. |
Can you share the logs for your build? Are you getting this exact same error?:
|
Yep I am getting the same error:
|
That's odd. Is |
None I know of. Here is my main.yml, I've kept it mostly the same as docs:
|
For some reason, ssfnFileName seems to be empty for you.
Can you double-check if you properly set STEAM_SSFN_FILE_NAME in your GitHub Secrets? |
Ah user error on my part, I had a typo in the key name =\ Thank you very much! |
Copying the SteamGuard files is failing, it appears to be that the ssfn file does not have an extension and is seen as an attempt to create a directory rather than the file we need.
https://github.com/game-ci/steam-deploy/runs/4627291074?check_suite_focus=true#step:4:254
https://github.com/game-ci/steam-deploy/runs/4627291074?check_suite_focus=true#step:4:257
The text was updated successfully, but these errors were encountered: