Skip to content

Commit

Permalink
debug downloaded artifact error
Browse files Browse the repository at this point in the history
  • Loading branch information
marycrawford committed Nov 15, 2024
1 parent c54bd35 commit 47d9344
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 47d9344

Please sign in to comment.