You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -182,11 +182,15 @@ The branch within steam that this build will be automatically put live on.
182
182
183
183
Note that the `default` branch [has been observed to not work](https://github.com/game-ci/steam-deploy/issues/19) as a release branch, presumably because it is potentially dangerous.
184
184
185
+
#### debugBranch
186
+
187
+
If set to true, do not exclude debug files from the upload.
188
+
185
189
## Other Notes
186
190
187
191
#### Excluded Files / Folders
188
192
189
-
Certain file or folder patterns are excluded from the upload to Steam as they're unsafe to ship to players:
193
+
Certain file or folder patterns are excluded from the upload to Steam as they're unsafe to ship to players, unless debugBranch is set to true:
190
194
191
195
- `*.pdb`- symbols files
192
196
- Folders that Unity includes in builds with debugging or other information that isn't intended to be sent to players:
0 commit comments