Skip to content

Commit

Permalink
create package list everywhere?
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Jul 24, 2024
1 parent b1549a6 commit f91f17f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/profile_tag_trigger_publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Create directories
run: |
mkdir -p webroot/fhir
mkdir -p webroot/fhir/base
- name: Download package-list.json
run: |
Expand All @@ -78,6 +78,7 @@ jobs:
FULL_URL="$URL/package-list.json"
curl --output webroot/fhir/package-list.json --url $FULL_URL
curl --output webroot/fhir/base/package-list.json --url $FULL_URL
- name: Download package-feed.xml
run: |
Expand Down

0 comments on commit f91f17f

Please sign in to comment.