Skip to content

Commit 7448527

Browse files
committed
Further cleanup
1 parent e05b2de commit 7448527

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/actions/build-oas-spec/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ runs:
6464
fi
6565
echo "APIM_ENV=$APIM_ENV" >> $GITHUB_ENV
6666
67-
- name: Upload OAS Spec
67+
- name: Upload API OAS specification artifact
6868
uses: actions/upload-artifact@v4
6969
with:
70-
name: ${{ env.APIM_ENV }}-build-output
71-
path: ./build
70+
path: "build"
71+
name: api-oas-specification-${{ inputs.version }}

.github/actions/build-sdk/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ runs:
5555
run: |
5656
make build VERSION="${{ inputs.version }}"
5757
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-
6458
- name: Upload html artifact
6559
uses: actions/upload-artifact@v4
6660
with:

0 commit comments

Comments
 (0)