From a72bcd867e5bf2c52040faeb79f975cad6ffba86 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Sat, 17 May 2025 16:47:55 -0700 Subject: [PATCH] Note access for nightly builds --- Build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/README.md b/Build/README.md index 1e29fbc407..7a55a07e69 100644 --- a/Build/README.md +++ b/Build/README.md @@ -5,7 +5,7 @@ Most users will find everything they need in this README. There are differences ## Continuous Integration Pushes and pull requests to the `beta` branch of the repository are built with a [GitHub Actions workflow](https://github.com/itgmania/itgmania/actions/workflows/nightly.yml), in which "nightly releases" are compiled for a matrix of operating systems and architectures. -By default, GitHub stores build artifacts for 90 days. They can be downloaded from the Artifacts section of the Summary page on an execution of the workflow. +By default, GitHub stores build artifacts for 90 days. People who are signed into GitHub and have read access to a repository can download workflow artifacts. They can be downloaded from the Artifacts section of the Summary page on an execution of the workflow. ## Local Development