diff --git a/docs/Automatic Builds.md b/docs/Automatic Builds.md index 316bc30f..014ecc3c 100644 --- a/docs/Automatic Builds.md +++ b/docs/Automatic Builds.md @@ -1,6 +1,6 @@ # Introduction -Instead of building manually as laid out by [Releasing](https://github.com/EDCD/EDMarketConnector/blob/main/docs/Releasing.md), you can build the EDMC installer using github actions. +Instead of building manually as laid out by [Releasing](https://github.com/EDCD/EDMarketConnector/blob/main/docs/Releasing.md), you can build the EDMC installer using GitHub actions. ## Initiating a workflow run @@ -8,7 +8,7 @@ Starting a workflow run is done from the Actions tab at the top of the main GitH NB: The branch you want to build must have the workflow file (`.github/workflows/windows-build.yml`), and the version of the file in that branch is the version that will be used for the build (e.g. for different python versions) -1. Select the Actions tab at the top of the main github interface +1. Select the Actions tab at the top of the main GitHub interface 2. Select the `Build EDMC for Windows` workflow on the left 3. Click the "Run workflow" button at the right side of the blue banner 1. Select the branch you want to build