Skip to content

Commit

Permalink
Add preamble
Browse files Browse the repository at this point in the history
  • Loading branch information
radeknovis committed May 31, 2023
1 parent 7a20b0a commit e5fb99b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ Apache 2.0

## Guides

- [Dowloading GH actions artifacts if they are not shown in the Web UI](./docs/guides/downloading_artifacts.md)
- [Artifacts sometimes not available in Actions -> Build name -> Artifacts?](./docs/guides/downloading_artifacts.md)
4 changes: 3 additions & 1 deletion docs/guides/downloading_artifacts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

# Downloading run artifacts if they're not visible on Github
# Artifacts sometimes not available in Actions -> Build name -> Artifacts

For some reason GitHub sometimes won't show uploaded artifacts from nested workflows if the top-level workflow fails or does not finish. However for troubleshooting you still might want to download the artifacts. Since they are not shown anywhere, we need to resort to using GitHub API. This guide shows how to set it up (specifically through [GH CLI](https://cli.github.com/manual/gh_api)) and how to download the artifacts using it.

## Setup GH CLI

Expand Down

0 comments on commit e5fb99b

Please sign in to comment.