Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,13 @@ Locate `BoundingBox/app/build/libs/bounding-box` and invoke the following comman

---

### Run via GitHub Actions and download the generated Artifact file.
### Build using GitHub Actions CI/CD and download the generated Artifact file.

1. Run via [GitHub Actions](https://github.com/unnsse/BoundingBox/actions) CI/CD
1. Run via [GitHub Actions](https://github.com/unnsse/BoundingBox/actions) CI/CD.

2. Once downloaded, unzip the artifact: `unzip bounding-box.zip`
2. Download `bounding-box.zip` artifact from Artifact download URL located in the `Upload Raw Executable in zip file` GitHub Actions step.

3. Once downloaded, unzip the artifact: `unzip bounding-box.zip` and follow the instructions in Usage section below.

---

Expand Down