Skip to content

Commit

Permalink
fix upload ig zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
brettesler-ext authored Aug 2, 2024
1 parent 127e4bb commit 9e5fb61
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -100,7 +100,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ig-output
path: output/full-ig.zip
path: ./webroot/fhir/base/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 }}
Expand Down

0 comments on commit 9e5fb61

Please sign in to comment.