mirror of
https://github.com/jankae/LibreVNA.git
synced 2025-12-06 07:12:10 +01:00
Fix formatting
This commit is contained in:
parent
a7aae7e8c6
commit
6a65966846
|
|
@ -5,13 +5,23 @@ The Github actions are set up in such a way that binary files are created for ea
|
||||||
## Finding the binaries
|
## Finding the binaries
|
||||||
|
|
||||||
1. Switch to the `Actions` tab in the repository:
|
1. Switch to the `Actions` tab in the repository:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||

|

|
||||||
3. The next window should look like this:
|
|
||||||
|
4. The next window should look like this:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
If it looks like this instead, you have picked the test workflow run (which does not contain any binaries):
|
If it looks like this instead, you have picked the test workflow run (which does not contain any binaries):
|
||||||
|
|
||||||

|

|
||||||
4. Scroll down to find the binaries:
|
|
||||||
|
5. Scroll down to find the binaries:
|
||||||
|
|
||||||

|

|
||||||
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)
|
|
||||||
|
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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue