Skip to content

Commit

Permalink
stage package-feed
Browse files Browse the repository at this point in the history
  • Loading branch information
brettesler-ext committed Aug 10, 2024
1 parent 1282741 commit 98db5b9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/profile_tag_trigger_publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ jobs:
path: ./output.zip

- name: Upload Base webroot to S3
run: aws s3 cp ./webroot/fhir/base s3://hl7au-fhir-ig/fhir/ --recursive --only-show-errors #/${{ steps.get_tag.outputs.tag }}

# - name: Upload Base output to S3
# run: aws s3 cp ./hl7au/au-fhir-base/output s3://hl7au-fhir-ig/fhir/output --recursive --only-show-errors #/${{ steps.get_tag.outputs.tag }}
run: |
aws s3 cp ./webroot/fhir/base s3://hl7au-fhir-ig/fhir/ --recursive --only-show-errors #/${{ steps.get_tag.outputs.tag }}
aws s3 cp ./webroot/fhir/package-feed.xml s3:///hl7au-fhir-ig/fhir/package-feed.aubase.xml
aws s3 cp ./webroot/fhir/publication-feed.xml s3:///hl7au-fhir-ig/fhir/publication-feed.aubase.xml

0 comments on commit 98db5b9

Please sign in to comment.