-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,11 +57,11 @@ jobs: | |
run: | | ||
find . -type d | ||
- name: Upload Artifact | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: ig-output | ||
path: output/full-ig.zip | ||
# - name: Upload Artifact | ||
# uses: actions/upload-artifact@v3 | ||
# with: | ||
# name: ig-output | ||
# path: output/full-ig.zip | ||
|
||
# - name: 📂 Sync files # ftp is incredibly slow > 30 min sometimes, costing compute and efficency | ||
# uses: SamKirkland/[email protected] | ||
|
@@ -74,4 +74,4 @@ jobs: | |
# dry-run: true | ||
|
||
- name: Upload artifacts to S3 | ||
run: aws s3 cp output/ s3://hl7au-fhir-ig/ci/${{ steps.extract_branch.outputs.branch }}/ --recursive --only-show-errors | ||
run: aws s3 cp output/fhir/ s3://hl7au-fhir-ig/ci/${{ steps.extract_branch.outputs.branch }}/ --recursive --only-show-errors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,11 +97,11 @@ jobs: | |
run: | | ||
find . -type d | ||
- name: Upload Artifact | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: publish-output | ||
path: webroot/fhir/core | ||
# - name: Upload Artifact | ||
# uses: actions/upload-artifact@v3 | ||
# with: | ||
# name: publish-output | ||
# path: webroot/fhir/core | ||
|
||
# - name: 📂 Sync files # ftp is incredibly slow > 30 min sometimes, costing compute and efficency | ||
# uses: SamKirkland/[email protected] | ||
|
@@ -114,4 +114,4 @@ jobs: | |
# dry-run: true | ||
|
||
- name: Upload artifacts to S3 | ||
run: aws s3 cp ./webroot s3://hl7au-fhir-ig/core/${{ steps.get_tag.outputs.tag }} --recursive --only-show-errors | ||
run: aws s3 cp ./webroot/fhir/core s3://hl7au-fhir-ig/fhir/core --recursive --only-show-errors #core/${{ steps.get_tag.outputs.tag }} |