@@ -44,10 +44,60 @@ jobs:
4444 steps :
4545 - name : " Checkout code"
4646 uses : actions/checkout@v4
47- - name : " Get the artefacts"
47+
48+ - name : " Get the artefacts 1"
49+ uses : actions/download-artifact@v4
50+ with :
51+ path : ./artifacts
52+ name : ./artifacts/jekyll-docs-${{ inputs.version }}
53+
54+ - name : " Get the artefacts 2"
55+ uses : actions/download-artifact@v4
56+ with :
57+ path : ./artifacts
58+ name : ./artifacts/sdk-html-docs-${{ inputs.version }}
59+
60+ - name : " Get the artefacts 3"
61+ uses : actions/download-artifact@v4
62+ with :
63+ path : ./artifacts
64+ name : ./artifacts/sdk-swagger-docs-${{ inputs.version }}
65+
66+ - name : " Get the artefacts 4"
67+ uses : actions/download-artifact@v4
68+ with :
69+ path : ./artifacts
70+ name : ./artifacts/sdk-html-${{ inputs.version }}
71+
72+ - name : " Get the artefacts 5"
73+ uses : actions/download-artifact@v4
74+ with :
75+ path : ./artifacts
76+ name : ./artifacts/sdk-ts-${{ inputs.version }}
77+
78+ - name : " Get the artefacts 6"
79+ uses : actions/download-artifact@v4
80+ with :
81+ path : ./artifacts
82+ name : ./artifacts/sdk-python-${{ inputs.version }}
83+
84+ - name : " Get the artefacts 7"
85+ uses : actions/download-artifact@v4
86+ with :
87+ path : ./artifacts
88+ name : ./artifacts/sdk-csharp-${{ inputs.version }}
89+
90+ - name : " Get the artefacts 8"
91+ uses : actions/download-artifact@v4
92+ with :
93+ path : ./artifacts
94+ name : ./artifacts/api-oas-specification-${{ inputs.version }}
95+
96+ - name : " Get the artefacts 9"
4897 uses : actions/download-artifact@v4
4998 with :
5099 path : ./artifacts
100+ name : ./artifacts/server-csharp-${{ inputs.version }}
51101
52102 - name : " Create release"
53103 id : create_release
@@ -93,11 +143,6 @@ jobs:
93143 asset_name : sdk-swagger-docs-${{ inputs.version }}.tar
94144 asset_content_type : " application/gzip"
95145
96- # - name: "tar gz jekyll docs release asset"
97- # # Git hub pages needs a single tar called artifact inside the zip.
98- # working-directory: ./artifacts/jekyll-docs-${{ inputs.version }}
99- # run: zip jekyll-docs-${{ inputs.version }}.zip ./artifact.tar
100- # shell: bash
101146
102147 - name : " zip html release asset"
103148 # Git hub pages needs a single tar called artifact inside the zip.
0 commit comments