bioblaze/Batch2Steam
Batch upload multiple depots 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. | yes | — |
| rootPath | The root path to your builds. This is the base from which depots will search your files. | yes | — |
| baseDesc | This is a base Description added too the Push | yes | — |
| appId | The app ID within the Steam partner network. | yes | "" |
| entries | An array of entries containing depotID, buildDescription, and depotPath. | yes | — |
Outputs
| name | description |
|---|---|
| build_id | The unique build ID returned after a successful upload to Steam. |