diff --git a/.github/workflows/profile_tag_trigger_publication.yml b/.github/workflows/profile_tag_trigger_publication.yml index 3a477fa9..4f1f6a7a 100644 --- a/.github/workflows/profile_tag_trigger_publication.yml +++ b/.github/workflows/profile_tag_trigger_publication.yml @@ -43,7 +43,7 @@ jobs: with: repository: hl7au/au-fhir-base path: hl7au/au-fhir-base - ref: ${{ steps.get_tag.outputs.tag }} + ref: ${{ steps.get_tag.outputs.tag }} # explicit, not usually since the default is to checkout the initiating commit - name: Checkout IG History Template Repository uses: actions/checkout@v4 @@ -96,5 +96,8 @@ 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 artifacts to S3 - run: aws s3 cp ./webroot/fhir/base s3://hl7au-fhir-ig/fhir/ --recursive --only-show-errors #/${{ steps.get_tag.outputs.tag }} \ No newline at end of file + - 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