Skip to content

Commit c22f989

Browse files
committed
Fix Simplifier API endpoint URL - use simplifier.net instead of hl7.simplifier.net
1 parent e40d7df commit c22f989

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-to-simplifier.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
# Skip the ImplementationGuide JSON if you prefer
3636
if [[ "$filename" != "ImplementationGuide-"* ]]; then
3737
echo "Uploading: $filename"
38-
curl -X POST "https://hl7.simplifier.net/api/Project/Syrian-Core-Profiles/ResourceUpload" \
38+
curl -X POST "https://simplifier.net/api/Project/Syrian-Core-Profiles/Res/CustomResource" \
3939
-H "Content-Type: application/fhir+json" \
4040
-u "${{ secrets.SIMPLIFIER_USERNAME }}:${{ secrets.SIMPLIFIER_PASSWORD }}" \
41-
--data-binary "@$file"
41+
--data-binary "@$file" \
42+
-v
4243
fi
4344
done
4445

0 commit comments

Comments
 (0)