We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7583b commit bb61d72Copy full SHA for bb61d72
.github/workflows/reusable-build-test-release.yml
@@ -623,7 +623,7 @@ jobs:
623
uses: actions/upload-artifact@v3
624
with:
625
name: artifact-openapi
626
- path: ${{ github.workspace }}/${{ steps.uccgen.outputs.OUTPUT }}/static/openapi.json
+ path: ${{ github.workspace }}/${{ steps.uccgen.outputs.OUTPUT }}/appserver/static/openapi.json
627
if: ${{ !cancelled() && needs.test-inventory.outputs.ucc_modinput_functional == 'true' && needs.test-inventory.outputs.modinput_functional == 'true' }}
628
- name: artifact-splunk-base
629
0 commit comments