Skip to content

Commit

Permalink
Add gh cli note (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 authored Nov 11, 2024
1 parent b3d74e5 commit 5bee683
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/docs/contributing/building-photon.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,11 @@ Then, run the examples:
> cd photonlib-python-examples
> run.bat <example name>
```

#### Downloading Pipeline Artifacts

Using the [GitHub CLI](https://cli.github.com/), we can download artifacts from pipelines by run ID and name:

```
~/photonvision$ gh run download 11759699679 -n jar-Linux
```

0 comments on commit 5bee683

Please sign in to comment.