#
This commit is contained in:
@@ -369,6 +369,12 @@ jobs:
|
|||||||
echo "Previous package cached:"
|
echo "Previous package cached:"
|
||||||
ls previous-packages
|
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
|
- name: Build FHIR IG
|
||||||
run: |
|
run: |
|
||||||
echo "Building FHIR IG version ${{ steps.version.outputs.version }}..."
|
echo "Building FHIR IG version ${{ steps.version.outputs.version }}..."
|
||||||
|
|||||||
Reference in New Issue
Block a user