We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40d7df commit c22f989Copy full SHA for c22f989
.github/workflows/publish-to-simplifier.yml
@@ -35,10 +35,11 @@ jobs:
35
# Skip the ImplementationGuide JSON if you prefer
36
if [[ "$filename" != "ImplementationGuide-"* ]]; then
37
echo "Uploading: $filename"
38
- curl -X POST "https://hl7.simplifier.net/api/Project/Syrian-Core-Profiles/ResourceUpload" \
+ curl -X POST "https://simplifier.net/api/Project/Syrian-Core-Profiles/Res/CustomResource" \
39
-H "Content-Type: application/fhir+json" \
40
-u "${{ secrets.SIMPLIFIER_USERNAME }}:${{ secrets.SIMPLIFIER_PASSWORD }}" \
41
- --data-binary "@$file"
+ --data-binary "@$file" \
42
+ -v
43
fi
44
done
45
0 commit comments