Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Jul 23, 2024
1 parent 170fe57 commit b49723c
Showing 1 changed file with 1 addition and 1 deletion.
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/fhir/ s3://hl7au-fhir-ig/ci/${{ steps.extract_branch.outputs.branch }}/ --recursive --only-show-errors
run: aws s3 cp output/ s3://hl7au-fhir-ig/ci/${{ steps.extract_branch.outputs.branch }}/ --recursive --only-show-errors

0 comments on commit b49723c

Please sign in to comment.