From 273312b7b7819af7cd07c05df527a6f97eede0c5 Mon Sep 17 00:00:00 2001 From: Brett Esler Date: Tue, 3 Sep 2024 16:10:25 +1000 Subject: [PATCH] Update profile_tag_trigger_publication.yml --- .github/workflows/profile_tag_trigger_publication.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/profile_tag_trigger_publication.yml b/.github/workflows/profile_tag_trigger_publication.yml index 801c186a..11558cc7 100644 --- a/.github/workflows/profile_tag_trigger_publication.yml +++ b/.github/workflows/profile_tag_trigger_publication.yml @@ -112,9 +112,11 @@ jobs: name: ig-output path: ./output.zip - - name: Upload Base webroot to S3 + - name: Upload Base webroot to S3 and publish 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.bak.xml s3://hl7au-fhir-ig/fhir/package-feed.bak.xml + aws s3 cp ./webroot/fhir/publication-feed.bak.xml s3://hl7au-fhir-ig/fhir/publication-feed.bak.xml + aws s3 cp ./webroot/fhir/package-feed.xml s3://hl7au-fhir-ig/fhir/package-feed.xml + aws s3 cp ./webroot/fhir/publication-feed.xml s3://hl7au-fhir-ig/fhir/publication-feed.xml