File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,14 +139,14 @@ jobs:
139139 if : ${{ startsWith(steps.tag_type.outputs.version, 'apisix-runtime/') }}
140140 uses : actions/upload-artifact@v2.2.3
141141 with :
142- name : " apisix-base -${{ steps.tag_env.outputs.version}}-0.ubi8.6.x86_64.rpm"
142+ name : " apisix-runtime -${{ steps.tag_env.outputs.version}}-0.ubi8.6.x86_64.rpm"
143143 path : " ${{ env.VAR_RPM_WORKBENCH_DIR }}/apisix-runtime-${{ steps.tag_env.outputs.version}}-0.ubi8.6.x86_64.rpm"
144144
145145 - name : Upload apisix-runtime Artifact for Centos
146146 if : ${{ startsWith(steps.tag_type.outputs.version, 'apisix-runtime/') }}
147147 uses : actions/upload-artifact@v2.2.3
148148 with :
149- name : " apisix-base -${{ steps.tag_env.outputs.version}}-0.el7.x86_64.rpm"
149+ name : " apisix-runtime -${{ steps.tag_env.outputs.version}}-0.el7.x86_64.rpm"
150150 path : " ${{ env.VAR_RPM_WORKBENCH_DIR }}/apisix-runtime-${{ steps.tag_env.outputs.version}}-0.el7.x86_64.rpm"
151151
152152 - name : Upload apisix-dashboard Artifact
You can’t perform that action at this time.
0 commit comments