From 127e4bbce68e47108aaec3d5ae25fbbf6a2cd340 Mon Sep 17 00:00:00 2001 From: Brett Esler Date: Fri, 2 Aug 2024 10:38:58 +1000 Subject: [PATCH] Update profile_tag_trigger_publication.yml for now - outputs also to github until hosted on AWS --- .github/workflows/profile_tag_trigger_publication.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/profile_tag_trigger_publication.yml b/.github/workflows/profile_tag_trigger_publication.yml index 4f1f6a7a..8e24cb2d 100644 --- a/.github/workflows/profile_tag_trigger_publication.yml +++ b/.github/workflows/profile_tag_trigger_publication.yml @@ -96,8 +96,14 @@ jobs: - name: Run Aubase Go Publisher build run: java -jar ./input-cache/publisher.jar -go-publish -source ./hl7au/au-fhir-base -web ./webroot -history ./fhir-history -registry ./ig-registry/fhir-ig-list.json -templates ./templates -tx https://txreg.azurewebsites.net/txdev + - name: Upload Artifact + uses: actions/upload-artifact@v3 + with: + name: ig-output + path: output/full-ig.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 }} \ No newline at end of file + # - 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 }}