From 4ec0a9e4e05532e7c72337c53dc016528337d1d2 Mon Sep 17 00:00:00 2001 From: sinspired Date: Tue, 15 Oct 2024 22:46:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E9=80=89DNS=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=EF=BC=8C=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0hosts?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 60bb808..98b16bc 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -65,6 +65,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + steps: - name: Download all artifacts uses: actions/download-artifact@v3 @@ -92,7 +93,7 @@ jobs: uses: softprops/action-gh-release@v1 with: files: | - cnNetTool-Linux-x64.zip - cnNetTool-Windows-x64.zip + **/cnNetTool-Linux-x64.zip + **/cnNetTool-Windows-x64.zip env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}