bioblaze/Deploy2Steam
Deploy game builds to Steam using the SteamSDK.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| username | The username of your builder account. | yes | "" |
| password | The password of your builder account. | yes | "" |
| shared_secret | The STEAM_SHARED_SECRET to use for login. If set, `configVdf` will be ignored. | yes | — |
| configVdf | The contents of STEAM_HOME/config/config.vdf. Required if `shared_secret` is not set. | no | — |
| appId | The app id within steam partner network. | yes | "" |
| buildDescription | Description for this build. | no | — |
| rootPath | The root path to your builds. This is the base of which depots will search your files. | yes | — |
| depotId | The Id to depot. | yes | — |
| depotPath | The path to depot. | yes | — |
Outputs
| name | description |
|---|---|
| build_id | The unique build ID returned after a successful upload to Steam. |