Skip to content

Commit 6b3a757

Browse files
artifact filters name and path.
1 parent 01a753b commit 6b3a757

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/stage-5-publish.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -48,56 +48,56 @@ jobs:
4848
- name: "Get the artefacts 1"
4949
uses: actions/download-artifact@v4
5050
with:
51-
path: ./artifacts
52-
name: ./artifacts/jekyll-docs-${{ inputs.version }}
51+
path: ./artifacts/jekyll-docs-${{ inputs.version }}
52+
name: jekyll-docs-${{ inputs.version }}
5353

5454
- name: "Get the artefacts 2"
5555
uses: actions/download-artifact@v4
5656
with:
57-
path: ./artifacts
58-
name: ./artifacts/sdk-html-docs-${{ inputs.version }}
57+
path: ./artifacts/sdk-html-docs-${{ inputs.version }}
58+
name: sdk-html-docs-${{ inputs.version }}
5959

6060
- name: "Get the artefacts 3"
6161
uses: actions/download-artifact@v4
6262
with:
63-
path: ./artifacts
64-
name: ./artifacts/sdk-swagger-docs-${{ inputs.version }}
63+
path: ./artifacts/sdk-swagger-docs-${{ inputs.version }}
64+
name: sdk-swagger-docs-${{ inputs.version }}
6565

6666
- name: "Get the artefacts 4"
6767
uses: actions/download-artifact@v4
6868
with:
69-
path: ./artifacts
70-
name: ./artifacts/sdk-html-${{ inputs.version }}
69+
path: ./artifacts/sdk-html-${{ inputs.version }}
70+
name: sdk-html-${{ inputs.version }}
7171

7272
- name: "Get the artefacts 5"
7373
uses: actions/download-artifact@v4
7474
with:
75-
path: ./artifacts
76-
name: ./artifacts/sdk-ts-${{ inputs.version }}
75+
path: ./artifacts/sdk-ts-${{ inputs.version }}
76+
name: sdk-ts-${{ inputs.version }}
7777

7878
- name: "Get the artefacts 6"
7979
uses: actions/download-artifact@v4
8080
with:
81-
path: ./artifacts
82-
name: ./artifacts/sdk-python-${{ inputs.version }}
81+
path: ./artifacts/sdk-python-${{ inputs.version }}
82+
name: sdk-python-${{ inputs.version }}
8383

8484
- name: "Get the artefacts 7"
8585
uses: actions/download-artifact@v4
8686
with:
87-
path: ./artifacts
88-
name: ./artifacts/sdk-csharp-${{ inputs.version }}
87+
path: ./artifacts/sdk-csharp-${{ inputs.version }}
88+
name: sdk-csharp-${{ inputs.version }}
8989

9090
- name: "Get the artefacts 8"
9191
uses: actions/download-artifact@v4
9292
with:
93-
path: ./artifacts
94-
name: ./artifacts/api-oas-specification-${{ inputs.version }}
93+
path: ./artifacts/api-oas-specification-${{ inputs.version }}
94+
name: api-oas-specification-${{ inputs.version }}
9595

9696
- name: "Get the artefacts 9"
9797
uses: actions/download-artifact@v4
9898
with:
99-
path: ./artifacts
100-
name: ./artifacts/server-csharp-${{ inputs.version }}
99+
path: ./artifacts/server-csharp-${{ inputs.version }}
100+
name: server-csharp-${{ inputs.version }}
101101

102102
- name: "Create release"
103103
id: create_release

0 commit comments

Comments
 (0)