> For the complete documentation index, see [llms.txt](https://docs.zus.network/zus-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zus.network/zus-docs/releases/triggering-the-rclone-build-github-action.md).

# Triggering the rclone Build GitHub Action

The `rclone Build` GitHub Actions workflow automates the process of building platform-specific binaries for the Züs-integrated rclone client.

This guide explains how to manually trigger a build from the GitHub Actions UI.

**1. Navigate to the Workflow**

* Go to the GitHub repository: `https://github.com/0chain/rclone_zus`. Click the **Actions** tab in the top menu.
* In the left sidebar under **"Workflows"**, select **`rclone Build`**.

<figure><img src="/files/hDdK0f5q8EB8TBKmmS4v" alt=""><figcaption></figcaption></figure>

* The workflow summary page will load, showing the list of recent workflow runs.

**2. Click “Run workflow”**

* On the upper right of the workflow summary page, click the **`Run workflow`** button.
* A dropdown form will appear with two input fields defined via `workflow_dispatch`.

<figure><img src="/files/ZKNdB54TsQroFZQGhRDV" alt=""><figcaption></figcaption></figure>

**3. Fill in Inputs**

You will need to enter the following inputs:

* **branch** (required):\
  Enter the Git reference for the build.\
  Example: `feat/rclone-build`
* **build\_type** (required):\
  Choose one of the following options:
  * `all` – builds binaries for all supported platforms
  * `linux` – builds the Linux binary
  * `windows` – builds the Windows binary
  * `mac-amd` – builds for macOS (Intel)
  * `mac-arm` – builds for macOS (Apple Silicon)

**4. Start the Workflow**

* After filling in the form, click the **green `Run workflow`** button at the bottom.
* The workflow will be triggered with the specified parameters.
* Monitor the progress of each job in the **Actions** UI. Job logs and status are displayed in real-time.

<figure><img src="/files/hrP8GJ0V4okcFmsaXzvd" alt=""><figcaption></figcaption></figure>

#### Output Artifacts

Once the build completes, you can download the platform-specific binary from the respective job:

* Expand the job (e.g. `Build Linux Binary`, `Build Windows Binary`)

<figure><img src="/files/2ygvddbMAPDmfLg36Qll" alt=""><figcaption></figcaption></figure>

* Under **Artifacts**, download the resulting file (e.g. `rclone-linux`, `rclone-windows`, etc.)

<figure><img src="/files/B5ysr3aX3sRNc4MdhowU" alt=""><figcaption></figcaption></figure>
