From 10ae0a55da5040ee07cf71017e911e9a81ed3ca8 Mon Sep 17 00:00:00 2001 From: sinspired Date: Wed, 16 Oct 2024 20:34:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 278adc9..99dea59 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -128,7 +128,7 @@ jobs: Changes in this release: ${{ steps.commit_message.outputs.commit_message }}" \ --draft=false \ - ./cnNetTool-Linux-x64.zip \ - ./cnNetTool-Windows-x64.zip \ - ./cnNetTool-macOS-x64.zip + **/cnNetTool-Linux-x64.zip + **/cnNetTool-Windows-x64.zip + **/cnNetTool-macOS-x64.zip shell: bash \ No newline at end of file