From 876d0405b5c5833ce4ff1c5c6d30e2c81234c190 Mon Sep 17 00:00:00 2001 From: duanmengkk Date: Sun, 18 Feb 2024 17:15:06 +0800 Subject: [PATCH] add github ci for netdoctor Signed-off-by: duanmengkk --- .github/workflows/release_binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_binaries.yml b/.github/workflows/release_binaries.yml index 7be7cdc7..c765a5e3 100644 --- a/.github/workflows/release_binaries.yml +++ b/.github/workflows/release_binaries.yml @@ -32,7 +32,7 @@ jobs: # step3: make binaries - name: Make binaries - run: make netctl + run: make release # step4: create release - name: release