Skip to content

Commit bdc8471

Browse files
authored
fix: modify the wrong package name (#355)
Signed-off-by: Sn0rt <wangguohao.2009@gmail.com>
1 parent a2a69f1 commit bdc8471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)