#
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Failing after 32s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped

This commit is contained in:
2026-04-10 14:52:58 +06:00
parent 39fe848fd4
commit 8147d76ebd

View File

@@ -369,6 +369,12 @@ jobs:
echo "Previous package cached:"
ls previous-packages
- name: Prepare IG Publisher
run: |
mkdir -p input-cache
cp /cache/publisher.jar input-cache/publisher.jar
ls -al input-cache
- name: Build FHIR IG
run: |
echo "Building FHIR IG version ${{ steps.version.outputs.version }}..."