Skip to content
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

Create automated steam deployment #270

Open
4 tasks
AndreasBrostrom opened this issue Aug 28, 2024 · 0 comments · May be fixed by #273
Open
4 tasks

Create automated steam deployment #270

AndreasBrostrom opened this issue Aug 28, 2024 · 0 comments · May be fixed by #273

Comments

@AndreasBrostrom
Copy link
Member

AndreasBrostrom commented Aug 28, 2024

  • Make a script that handle creation and upload of release file
    • Creates the VDF payload.vdf
    • Obtain the changeling for life release
    • Do the upload

changelog api:
https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#generate-release-notes-content-for-a-release

vdf file:
https://partner.steamgames.com/doc/features/workshop/implementation?l=finnish&language=english#SteamCmd

"workshopitem"
{
 "appid" "107410"
 "publishedfileid" "3298481411"
 "contentfolder" "D:\a\7CavAddon\7CavAddon\.hemttout\@cav"
 "previewfile" "D:\a\7CavAddon\7CavAddon\resources\steam_preview-dev.jpg"
 "visibility" "0"
 "title" "7CavAddon DevBuild [7CAV]"
 "description" ""
 "changenote" ""
}

upload command:

steamcmd.exe +login myLoginName myPassword +workshop_build_item payload.vdf +quit
@7Cav 7Cav deleted a comment from scheichreisuli Aug 28, 2024
@AndreasBrostrom AndreasBrostrom linked a pull request Dec 23, 2024 that will close this issue
@AndreasBrostrom AndreasBrostrom linked a pull request Dec 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant