You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/DeveloperInfo/DownloadActionBuilds.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,23 @@ The Github actions are set up in such a way that binary files are created for ea
5
5
## Finding the binaries
6
6
7
7
1. Switch to the `Actions` tab in the repository:
8
+
8
9

10
+
9
11
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
+
10
13

11
-
3. The next window should look like this:
14
+
15
+
4. The next window should look like this:
16
+
12
17

18
+
13
19
If it looks like this instead, you have picked the test workflow run (which does not contain any binaries):
20
+
14
21

15
-
4. Scroll down to find the binaries:
22
+
23
+
5. Scroll down to find the binaries:
24
+
16
25

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