Skip to content

Commit

Permalink
Readme updated about prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Jul 27, 2024
1 parent 8a1f938 commit a871b8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,20 @@ That's it! Your GitHub Actions workflow will now build your game and make it ava

This action assumes you are registered as a [partner](https://partner.steamgames.com/) with Steam.

One way of publishing the app would be to download zip files for *.Desktop.* builds and manually upload them to relevant depots. The rest of this readme is dedicated to publish automation via Github Action.

### Set STEAM_APPID and STEAM_USERNAME action secret

Set STEAM_USERNAME to the builder's user name.

Set STEAM_APPID to the application or demo id.

### Create "prerelease" branch

You need to create a "prerelease" branch in the **App Data Admin**. Go to SteamPipe/Builds menu and click **Create new branch**.

The reason for this is that Steam doesn't allow to make default branch live automatically and the Github Action for Steam publication will fail to do so.

### Depots

The Github Action deploys into 3 depots:
Expand Down

0 comments on commit a871b8d

Please sign in to comment.