From 47d93448ae09853aef67e9a948f01e5d0c2d889f Mon Sep 17 00:00:00 2001 From: marycrawford Date: Fri, 15 Nov 2024 10:54:02 -0800 Subject: [PATCH] debug downloaded artifact error --- .github/workflows/deploy-dev.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index c9641270..3eac93ae 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -123,6 +123,11 @@ jobs: with: name: ocr-docker-image-artifact # The name of the artifact to download path: ./downloaded-artifact # Path where the artifact will be saved + + # Ensure that the downloaded artifact is available + - name: List files in the downloaded artifact directory (for debugging) + run: ls -l ./downloaded-artifact + - name: Deploy OCR-API uses: ./.github/actions/deploy-api with: