Skip to content

How to get builds

yayuyokitano edited this page Jan 27, 2024 · 9 revisions

Download builds via GitHub Actions

Builds are automatically uploaded as workflow artifacts on each push. If you are familiar with GitHub Actions, you can download artifacts of Build workflow. Otherwise, follow the instruction below to download builds.

  1. Open the Actions tab.
  2. You can see a list of runs of each workflow. Each run of Build workflow contains builds attached you can download and use. Builds are only provided for workflows executed against the master branch. Select the target workflow run to download attached builds; if you doubt, you can choose the latest entry from this list.

Imgur

  1. Download an artifact built for a browser you use (Chrome, Firefox, or Safari).

  2. Unpack the contents of downloaded zip file. The contents can be used to load an unpacked extension.

Important note: GitHub stores artifacts for 90 days for pushes and pull requests.

Build the extension from source code manually

Follow these instructions for details.