-
-
Notifications
You must be signed in to change notification settings - Fork 12
Destinations
James Veugelaers edited this page Apr 27, 2025
·
10 revisions
Destinations are where the files are sent
Specify where you want to upload your build.
- Enabled: When on, this source will not be triggered when making a build.
Copy the build to a location on your local pc.
- Directory: The absolute path of the folder to copy the files to. eg: C:/MyBuilds/TodaysBuild
- Name: If Zip Content is true, This is the name of the zipped file.
- Zip Content: If true, the content will be zipped into a single file.
Uploads a new release to Github.
- Draft: If true, the release will not be published but be editable on github.
- Owner: The owner of the repository.
- Prerelease: If true, marks the release as pre-release.
- Release Name: The name of the release that appears on Github.
- Repo: The name of the repository.
- Tag Name: The tag that is attached to this release. eg: v1.0.0
- Target: Branch name or commit hash to attach to the release. eg: main
- ZipContents: Each file is uploaded individually to Github as a separate download. If true, all files will be sent as a single compressed file instead.
Does not move the files anywhere. Useful for testing sources and modifiers.
Uploads files to Steamworks
- App: Which Steam App to upload to. eg: 1141030
- Branch: Which Branch to upload to. eg: internal-testing
- Depot: Which Depot to upload to. eg: 1141031
- Create AppFile: If true, a new App File is creating to upload the build to Steam.
- Create DepotFile: If true, a new Depot File is creating to upload the build to Steam.
- Upload to Steam: If true, the build will be uploaded to Steam. Otherwise will still attempt to login. Good for testing if you can login correctly.