Skip to content

Commit

Permalink
copy past versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brettesler-ext committed Jan 13, 2025
1 parent 2f532c2 commit 9f0d4d7
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/profile_tag_trigger_publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ jobs:
run: |
echo "Updating Publisher"
./_updatePublisher.sh -f -y
- name: Download past versions
run: |
aws s3 cp s3://hl7au-fhir-ig/fhir ./webroot/fhir --recursive --include 'package.tgz' --exclude pd --exclude core --exclude ereq --exclude staging
- name: Basic Publish for Aubase
run: |
echo "Generating Publish for Aubase IG..."
Expand Down Expand Up @@ -94,18 +97,7 @@ jobs:
- name: Generate Package Registry
run: |
java -jar input-cache/publisher.jar -generate-package-registry webroot
- name: Download past versions
run: |
mkdir -p webroot/fhir/4.2.2-preview
aws s3 cp s3://hl7au-fhir-ig/fhir/4.2.2-preview/package.tgz ./webroot/fhir/4.2.2-preview
mkdir -p webroot/fhir/4.2.2-ballot
aws s3 cp s3://hl7au-fhir-ig/fhir/4.2.2-ballot/package.tgz ./webroot/fhir/4.2.2-ballot
mkdir -p webroot/fhir/4.2.1-preview
aws s3 cp s3://hl7au-fhir-ig/fhir/4.2.1-preview/package.tgz ./webroot/fhir/4.2.1-preview
mkdir -p webroot/fhir/4.2.0-preview
aws s3 cp s3://hl7au-fhir-ig/fhir/4.2.0-preview/package.tgz ./webroot/fhir/4.2.0-preview
# aws s3 sync s3://hl7au-fhir-ig/fhir ./webroot/fhir --only-show-errors #/${{ steps.get_tag.outputs.tag }} --exclude pd --exclude core --exclude ereq --exclude staging --exclude *.zip

- name: Run Aubase Go Publisher build
Expand Down

0 comments on commit 9f0d4d7

Please sign in to comment.