Skip to content

Commit

Permalink
Update steam deploy documentation to include InstallScript option (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgarMagalhaes authored May 15, 2024
1 parent 2f25118 commit c444b20
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/03-github/06-deployment/steam.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
buildDescription: v${{ needs.buildForWindowsAndLinux.outputs.buildVersion }}
rootPath: build
depot1Path: StandaloneWindows64
depot1InstallScriptPath: StandaloneWindows64/install_script.vdf
depot2Path: StandaloneLinux64
releaseBranch: prerelease
```
Expand Down Expand Up @@ -139,6 +140,14 @@ The relative path following your root path for the files to be included in this

If your appId is 125000 then the depots 125001 ... 125009 will be assumed.

#### depot[X]InstallScriptPath

Where X is any number between 1 and 9 (inclusive both).

The relative path following your root path for the InstallScript to be included in this depot.

If your appId is 125000 then the depots 125001 ... 125009 will be assumed.

#### firstDepotIdOverride

You can use this to override the ID of the first depot in case the IDs do not start as described in
Expand Down

0 comments on commit c444b20

Please sign in to comment.