Skip to content

Commit bb61d72

Browse files
1 parent ed7583b commit bb61d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ jobs:
623623
uses: actions/upload-artifact@v3
624624
with:
625625
name: artifact-openapi
626-
path: ${{ github.workspace }}/${{ steps.uccgen.outputs.OUTPUT }}/static/openapi.json
626+
path: ${{ github.workspace }}/${{ steps.uccgen.outputs.OUTPUT }}/appserver/static/openapi.json
627627
if: ${{ !cancelled() && needs.test-inventory.outputs.ucc_modinput_functional == 'true' && needs.test-inventory.outputs.modinput_functional == 'true' }}
628628
- name: artifact-splunk-base
629629
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)