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 e05b2de commit 7448527Copy full SHA for 7448527
.github/actions/build-oas-spec/action.yml
@@ -64,8 +64,8 @@ runs:
64
fi
65
echo "APIM_ENV=$APIM_ENV" >> $GITHUB_ENV
66
67
- - name: Upload OAS Spec
+ - name: Upload API OAS specification artifact
68
uses: actions/upload-artifact@v4
69
with:
70
- name: ${{ env.APIM_ENV }}-build-output
71
- path: ./build
+ path: "build"
+ name: api-oas-specification-${{ inputs.version }}
.github/actions/build-sdk/action.yml
@@ -55,12 +55,6 @@ runs:
55
run: |
56
make build VERSION="${{ inputs.version }}"
57
58
- - name: Upload API OAS specification artifact
59
- uses: actions/upload-artifact@v4
60
- with:
61
- path: "build"
62
- name: api-oas-specification-${{ inputs.version }}
63
-
- name: Upload html artifact
0 commit comments