From c75b95404127156efae9c6d7e89a042cc6e10578 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 24 Mar 2021 06:12:53 -0700 Subject: [PATCH] Update development documentation to reflect change in workflow artifacts The "Arduino IDE" workflow was updated to produce individual artifacts for each operating system, but the development documentation was not updated accordingly at that time. --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 5eed13e2..9867fdd9 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -61,7 +61,7 @@ yarn start This project is built on [GitHub Actions](https://github.com/arduino/arduino-ide/actions). - - _Snapshot_ builds run when changes are pushed to the `main` branch, or when a PR is created against the `main` branch. For the sake of the review and verification process, the build artifacts can be downloaded from the GitHub Actions page. Note: [due to a limitation](https://github.com/actions/upload-artifact/issues/80#issuecomment-630030144) with the GH Actions UI, you cannot download a particular build, but you have to get all together inside the `build-artifacts.zip`. + - _Snapshot_ builds run when changes are pushed to the `main` branch, or when a PR is created against the `main` branch. For the sake of the review and verification process, the build artifacts for each operating system can be downloaded from the GitHub Actions page. - _Nightly_ builds run every day at 03:00 GMT from the `main` branch. - _Release_ builds run when a new tag is pushed to the remote. The tag must follow the [semver](https://semver.org/). For instance, `1.2.3` is a correct tag, but `v2.3.4` won't work. Steps to trigger a new release build: - Create a local tag: