From 3195cba4ed6f8cfda14440a7f7b1a82ff9f46c2b Mon Sep 17 00:00:00 2001 From: Brett Esler Date: Sat, 10 Aug 2024 22:07:06 +1000 Subject: [PATCH] Update profile_tag_trigger_publication.yml --- .github/workflows/profile_tag_trigger_publication.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/profile_tag_trigger_publication.yml b/.github/workflows/profile_tag_trigger_publication.yml index 0dc4d429..801c186a 100644 --- a/.github/workflows/profile_tag_trigger_publication.yml +++ b/.github/workflows/profile_tag_trigger_publication.yml @@ -115,6 +115,6 @@ jobs: - 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 }} - 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 + 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