From 311a853c3190d0bebbd916c36d244b4a1ceb1c3d Mon Sep 17 00:00:00 2001 From: "Dr. B. M. Riazul Islam" Date: Fri, 10 Apr 2026 15:28:01 +0600 Subject: [PATCH] # --- .gitea/workflows/ci-cd.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index 9181114..6529eac 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -16,6 +16,12 @@ jobs: runs-on: fhir-runner steps: + - name: Prepare IG Publisher + run: | + mkdir -p input-cache + cp /home/mishealth/gitea-runner/input-cache/publisher.jar input-cache/publisher.jar + ls -al input-cache + - name: Checkout repository uses: actions/checkout@v3 with: