Skip to content

Commit c75b954

Browse files
committed
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.
1 parent 3fb087f commit c75b954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: BUILDING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ yarn start
6161

6262
This project is built on [GitHub Actions](https://github.com/arduino/arduino-ide/actions).
6363

64-
- _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`.
64+
- _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.
6565
- _Nightly_ builds run every day at 03:00 GMT from the `main` branch.
6666
- _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:
6767
- Create a local tag:

0 commit comments

Comments
 (0)