From 64b36195d77738644ab15024fd11f6d5d0df8126 Mon Sep 17 00:00:00 2001 From: unnsse Date: Sun, 4 May 2025 01:37:55 -0700 Subject: [PATCH 1/2] - Revised README to include specific GitHub Actions step. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d53815a..388b2b8 100644 --- a/README.md +++ b/README.md @@ -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 -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. --- From 985a1b5ee2e7b71e890c09bc57727f95892e6a4d Mon Sep 17 00:00:00 2001 From: unnsse Date: Sun, 4 May 2025 01:39:56 -0700 Subject: [PATCH 2/2] - Added period, lol. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 388b2b8..88dbe50 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Locate `BoundingBox/app/build/libs/bounding-box` and invoke the following comman ### 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. Download `bounding-box.zip` artifact from Artifact download URL located in the `Upload Raw Executable in zip file` GitHub Actions step.