From f7fd733ed4479a985df2bdb58de961ce60257b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=B5=A9?= Date: Thu, 1 Feb 2024 10:56:02 +0800 Subject: [PATCH] fix: dashboard tag (#316) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fdb82354..6efcaf1aa 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ apisix-dashboard-2.4-0.el7.x86_64.rpm Packaging an Ubuntu 20.04 package of Apache APISIX Dashboard ```sh -make package type=deb app=apisix version=2.2 checkout=2.2 +make package type=deb app=dashboard version=2.2 checkout=2.2 ls output/ apisix-dashboard_2.2-0~ubuntu20.04_amd64.deb ```