Releases: m00nl1ght-dev/steam-workshop-deploy
Releases · m00nl1ght-dev/steam-workshop-deploy
Steam Workshop Deploy v3
GitHub has recently introduced a new limitation to the length of secrets. This means that it is no longer possible to store a base64-encoded config.vcf file in a GitHub Actions secret because it exceeds the length limit.
Therefore, this new v3 version of the action no longer expects the configVdf
in base64-encoded format. This is a breaking change - when upgrading from v2 to v3 of this action, you will need to replace your STEAM_CONFIG_VDF secret with the new, unencoded value.
Thanks to Sectimus for informing me about the issue.
Steam Workshop Deploy v2
Update Dockerfile to fix "Password: FAILED (Invalid Password)" contributed by @szapp
Steam Workshop Deploy v1
Initial release