Skip to content

Commit 6a65966

Browse files
authored
Fix formatting
1 parent a7aae7e commit 6a65966

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

Documentation/DeveloperInfo/DownloadActionBuilds.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,23 @@ The Github actions are set up in such a way that binary files are created for ea
55
## Finding the binaries
66

77
1. Switch to the `Actions` tab in the repository:
8+
89
![Binaries1](Screenshots/Binaries1.png)
10+
911
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:
12+
1013
![Binaries2](Screenshots/Binaries2.png)
11-
3. The next window should look like this:
14+
15+
4. The next window should look like this:
16+
1217
![Binaries3](Screenshots/Binaries3.png)
18+
1319
If it looks like this instead, you have picked the test workflow run (which does not contain any binaries):
20+
1421
![Binaries4](Screenshots/Binaries4.png)
15-
4. Scroll down to find the binaries:
22+
23+
5. Scroll down to find the binaries:
24+
1625
![Binaries5](Screenshots/Binaries5.png)
17-
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)
26+
27+
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)

0 commit comments

Comments
 (0)