Skip to content

Commit

Permalink
Update ghbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira authored Oct 4, 2024
1 parent 343e3eb commit 872d6ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ghbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ jobs:
# Run the publisher - don't run the batch script but run the line directly
args: java -Xmx6g -jar ./input-cache/publisher.jar publisher -ig . -auto-ig-build -repo https://github.com/${{github.repository}}/tree/${{github.ref_name}} -package-cache-folder ./fhir-package-cache

# Additional step to upload qa.json as an artifact
- name: Upload qa.json artifact
if: success()
uses: actions/upload-artifact@v3
with:
name: qa-json-artifact
path: ./output/qa.json # Adjust the path based on where qa.json is located


- name: Get branch names
id: branch-name
uses: tj-actions/[email protected]
Expand Down

0 comments on commit 872d6ad

Please sign in to comment.