Skip to content

Commit 7e7907c

Browse files
committed
Correct filenames
1 parent 58d675f commit 7e7907c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ runs:
6565
uses: actions/upload-artifact@v4
6666
with:
6767
path: "build"
68-
name: api-oas-specification-${{ inputs.apimEnv }}-${{ inputs.version }}
68+
name: api-oas-specification-${{ inputs.apimEnv }}${{ inputs.version != '' && format('-{0}', inputs.version) || '' }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
- name: Download OAS Spec artifact
3434
uses: actions/download-artifact@v4
3535
with:
36-
name: api-oas-specification-${{ inputs.version }}
36+
name: api-oas-specification-${{ inputs.apimEnv }}${{ inputs.version != '' && format('-{0}', inputs.version) || '' }}
3737
path: ./build
3838

3939
- name: Setup Proxy Name and target

0 commit comments

Comments
 (0)