bioblaze/Set Steam Build Live
Publishes a Steam build using SetAppBuildLive API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 20, 2025
- License
- MIT
Pinned Snippet
uses: bioblaze/set_steam_build_live@e8abc0941a7830e303c1b6327577a3878117be75 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| steam_api_key | Steamworks Web API publisher authentication key | yes | — |
| app_id | AppID of the game | yes | — |
| build_id | BuildID to publish | yes | — |
| beta_key | Branch key (e.g., "public") | yes | — |
| steam_id | SteamID of the account (required if beta_key is "public") | no | — |
| description | Optional description for this build | no | — |
Outputs
| name | description |
|---|---|
| result_code | The HTTP response code returned by the Steam API |