From 634acff622bb44e5dfd4a37751aed041ae66b3c3 Mon Sep 17 00:00:00 2001 From: Peter Baumgartner Date: Tue, 2 Dec 2025 17:10:20 -0700 Subject: [PATCH 1/2] Fix deploy workflow --- .github/workflows/ci_cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index a40bd08..444aaa7 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -48,6 +48,9 @@ jobs: steps: - uses: actions/checkout@v5 - uses: actions/download-artifact@v5 + with: + name: artifact + path: artifact - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v5 with: From c5d7fe093aef55fc92aef88e287e526e290eea40 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:21:47 -0700 Subject: [PATCH 2/2] Initial plan (#19) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>