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 @@ -88,14 +88,14 @@ jobs:
88888989 with :
9090 name : " apisix-${{ steps.tag_env.outputs.version}}-0.el7.x86_64.rpm"
91- path : " . /apisix-${{ steps.tag_env.outputs.version}}-0.el7.x86_64.rpm"
91+ path : " ${{ env.VAR_RPM_WORKBENCH_DIR }} /apisix-${{ steps.tag_env.outputs.version}}-0.el7.x86_64.rpm"
9292
9393 - name : Upload apisix-base Artifact
9494 if : ${{ startsWith(steps.tag_type.outputs.version, 'apisix-base/') }}
95959696 with :
9797 name : " apisix-base-${{ steps.tag_env.outputs.version}}-0.el7.x86_64.rpm"
98- path : " . /apisix-base-${{ steps.tag_env.outputs.version}}-0.el7.x86_64.rpm"
98+ path : " ${{ env.VAR_RPM_WORKBENCH_DIR }} /apisix-base-${{ steps.tag_env.outputs.version}}-0.el7.x86_64.rpm"
9999
100100 - name : Upload apisix-dashboard Artifact
101101 if : ${{ startsWith(steps.tag_type.outputs.version, 'dashboard/') }}
You can’t perform that action at this time.
0 commit comments