From 6a659668466e02ffed50198a976e1b581d39737a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Sun, 3 Mar 2024 10:59:05 +0100 Subject: [PATCH] Fix formatting --- .../DeveloperInfo/DownloadActionBuilds.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Documentation/DeveloperInfo/DownloadActionBuilds.md b/Documentation/DeveloperInfo/DownloadActionBuilds.md index 97b55900..521a5cf9 100644 --- a/Documentation/DeveloperInfo/DownloadActionBuilds.md +++ b/Documentation/DeveloperInfo/DownloadActionBuilds.md @@ -5,13 +5,23 @@ The Github actions are set up in such a way that binary files are created for ea ## Finding the binaries 1. Switch to the `Actions` tab in the repository: + ![Binaries1](Screenshots/Binaries1.png) + 2. Each commit will trigger two workflow runs, one for the binaries and one for some automated tests. Pick a commit and chose the workflow run with the higher build number: + ![Binaries2](Screenshots/Binaries2.png) -3. The next window should look like this: + +4. The next window should look like this: + ![Binaries3](Screenshots/Binaries3.png) + If it looks like this instead, you have picked the test workflow run (which does not contain any binaries): + ![Binaries4](Screenshots/Binaries4.png) -4. Scroll down to find the binaries: + +5. Scroll down to find the binaries: + ![Binaries5](Screenshots/Binaries5.png) -5. Click on an artifact to download it. If that doesn't seem to work, check that you are logged in on Github (required for the download) \ No newline at end of file + +6. Click on an artifact to download it. If that doesn't seem to work, check that you are logged in on Github (required for the download)