Skip to content

Commit

Permalink
destination folder update
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Jul 25, 2024
1 parent f91f17f commit e93d7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
# dry-run: true

- name: Upload artifacts to S3
run: aws s3 cp output/ s3://hl7au-fhir-ig/base-ci/${{ steps.extract_branch.outputs.branch }}/ --recursive --only-show-errors
run: aws s3 cp output/ s3://hl7au-fhir-ig/ci/base/${{ steps.extract_branch.outputs.branch }}/ --recursive --only-show-errors
2 changes: 1 addition & 1 deletion .github/workflows/profile_tag_trigger_publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ jobs:
# dry-run: true

- name: Upload artifacts to S3
run: aws s3 cp ./webroot/fhir s3://hl7au-fhir-ig/fhir/ --recursive --only-show-errors #/${{ steps.get_tag.outputs.tag }}
run: aws s3 cp ./webroot/fhir/base s3://hl7au-fhir-ig/fhir/ --recursive --only-show-errors #/${{ steps.get_tag.outputs.tag }}

0 comments on commit e93d7e7

Please sign in to comment.