We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8da54 commit 4acbf6aCopy full SHA for 4acbf6a
.github/workflows/FHIRValidator.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: actions/upload-artifact@v4
63
with:
64
name: FHIR_Validation_Report
65
- path: ${{ github.workspace }}/src/fhir/fsh-generated/resources/validation.html
+ path: ${{ github.workspace }}/validation.html
66
67
- name: Check for Uncommitted Changes
68
run: |
0 commit comments